|
@ -81,6 +81,7 @@ class HomePage extends StatelessWidget { |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
MyButton( |
|
|
MyButton( |
|
|
|
|
|
onTap: () => context.read<HomeBloc>().goToLevelPage(context), |
|
|
type: ButtonType.type2, |
|
|
type: ButtonType.type2, |
|
|
title: context.translate.start, |
|
|
title: context.translate.start, |
|
|
), |
|
|
), |
|
|