feat: draw page
This commit is contained in:
@@ -180,7 +180,7 @@ class _OnboardingPageState extends State<OnboardingPage> {
|
||||
const SizedBox(height: 12),
|
||||
|
||||
TextButton(
|
||||
onPressed: () {},
|
||||
onPressed: () => context.router.push(const MainRoute()),
|
||||
child: Text(
|
||||
'Lewati tahap ini',
|
||||
style: AppStyle.md.copyWith(
|
||||
|
||||
Reference in New Issue
Block a user