File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ class AppButtonsStyle {
20
20
}
21
21
22
22
final _appFilledButton = FilledButton .styleFrom (
23
- minimumSize: Size (double .infinity, 50. h),
24
23
shape: RoundedRectangleBorder (
25
24
borderRadius: BorderRadius .circular (16. r),
26
25
),
@@ -30,7 +29,6 @@ final _appFilledButton = FilledButton.styleFrom(
30
29
);
31
30
32
31
final _appOutlineButton = OutlinedButton .styleFrom (
33
- minimumSize: Size (double .infinity, 50. h),
34
32
shape: RoundedRectangleBorder (
35
33
borderRadius: BorderRadius .circular (16. r),
36
34
),
@@ -43,7 +41,6 @@ final _appOutlineButton = OutlinedButton.styleFrom(
43
41
);
44
42
45
43
final _appTextButton = TextButton .styleFrom (
46
- minimumSize: Size (double .infinity, 50. h),
47
44
shape: RoundedRectangleBorder (borderRadius: BorderRadius .circular (16. r)),
48
45
textStyle: AppTextStyles .getAppStyles ().buttonLarge,
49
46
elevation: 0.0 ,
You can’t perform that action at this time.
0 commit comments