changed to standardized column spacing
This commit is contained in:
@@ -45,6 +45,7 @@ class _FixedTimeAlarmFormState extends State<FixedTimeAlarmForm> {
|
||||
Widget build(BuildContext context) {
|
||||
return Flex(
|
||||
direction: Axis.horizontal,
|
||||
spacing: AppTheme.formColumnSpacing,
|
||||
children: [
|
||||
Flexible(
|
||||
flex: 3,
|
||||
@@ -76,9 +77,6 @@ class _FixedTimeAlarmFormState extends State<FixedTimeAlarmForm> {
|
||||
textInputAction: TextInputAction.next,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: EdgeInsetsGeometry.only(left: AppTheme.formColumnSpacing),
|
||||
),
|
||||
Flexible(
|
||||
flex: 2,
|
||||
child: TextFormField(
|
||||
|
||||
Reference in New Issue
Block a user