This commit is contained in:
Patrick Alvin Alcala 2025-01-22 16:23:32 +08:00
parent b2aeb642cc
commit b6b7ab6e84
8 changed files with 155 additions and 61 deletions

View file

@ -41,7 +41,7 @@ class IndexPage extends StatelessWidget {
width: 256, cacheWidth: (256 * MediaQuery.of(context).devicePixelRatio).round()),
),
const Gap(16),
TextButton(onPressed: () => {context.push('/login')}, child: Text('data'))
TextButton(onPressed: () => {context.push('/login')}, child: const Text('Login'))
],
),
),