File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/presentation/screens/login/widgets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class _LoginFormState extends State<LoginForm> {
73
73
builder: (context, state) {
74
74
return Container (
75
75
margin:
76
- EdgeInsets .symmetric (horizontal: SizeConfig .defaultSize * 1.5 ),
76
+ EdgeInsets .symmetric (horizontal: SizeConfig .defaultSize * 1.5 ),
77
77
padding: EdgeInsets .symmetric (
78
78
horizontal: SizeConfig .defaultPadding,
79
79
vertical: SizeConfig .defaultSize * 3 ,
@@ -97,9 +97,9 @@ class _LoginFormState extends State<LoginForm> {
97
97
SizedBox (height: SizeConfig .defaultSize * 2 ),
98
98
99
99
ElevatedButton (
100
- onPressed: (){},
101
- child:
102
- _buildNoAccountText (),
100
+ onPressed: (){},
101
+ child:
102
+ _buildNoAccountText (),
103
103
),
104
104
],
105
105
),
You can’t perform that action at this time.
0 commit comments