migrate to mih_package_tooklit
This commit is contained in:
parent
c67529dbac
commit
e5ce03e396
31 changed files with 47 additions and 50 deletions
|
|
@ -39,6 +39,7 @@ class _MihAuthForgotPasswordState extends State<MihAuthForgotPassword> {
|
|||
MihPackageAction getAction() {
|
||||
return MihPackageAction(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ class _MihAuthPasswordResetState extends State<MihAuthPasswordReset> {
|
|||
padding: const EdgeInsets.only(left: 5.0),
|
||||
child: MihPackageAction(
|
||||
icon: const Icon(MihIcons.mihLogo),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 45,
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ class _MihAuthenticationState extends State<MihAuthentication> {
|
|||
padding: const EdgeInsets.only(left: 5.0),
|
||||
child: MihPackageAction(
|
||||
icon: const Icon(MihIcons.mihLogo),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 45,
|
||||
onTap: () {
|
||||
context.goNamed("aboutMih", extra: true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue