update layout builder
This commit is contained in:
parent
ef78fd581f
commit
da4851b6f3
6 changed files with 49 additions and 25 deletions
|
|
@ -231,7 +231,13 @@ class _RegisterState extends State<Register> {
|
|||
|
||||
MIHAction getActionButton() {
|
||||
return MIHAction(
|
||||
icon: Image.asset('images/logo_light.png'),
|
||||
icon: Padding(
|
||||
padding: const EdgeInsets.all(10.0),
|
||||
child: SizedBox(
|
||||
height: 50,
|
||||
child: Image.asset('images/logo_light.png'),
|
||||
),
|
||||
),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
|
|
|
|||
|
|
@ -258,7 +258,13 @@ class _ResetPasswordState extends State<ResetPassword> {
|
|||
|
||||
MIHAction getActionButton() {
|
||||
return MIHAction(
|
||||
icon: Image.asset('images/logo_light.png'),
|
||||
icon: Padding(
|
||||
padding: const EdgeInsets.all(10.0),
|
||||
child: SizedBox(
|
||||
height: 50,
|
||||
child: Image.asset('images/logo_light.png'),
|
||||
),
|
||||
),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
// Navigator.of(context).pushNamed(
|
||||
|
|
|
|||
|
|
@ -262,7 +262,13 @@ class _SignInState extends State<SignIn> {
|
|||
|
||||
MIHAction getActionButton() {
|
||||
return MIHAction(
|
||||
icon: Image.asset('images/logo_light.png'),
|
||||
icon: Padding(
|
||||
padding: const EdgeInsets.all(10.0),
|
||||
child: SizedBox(
|
||||
height: 50,
|
||||
child: Image.asset('images/logo_light.png'),
|
||||
),
|
||||
),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue