|
@@ -185,6 +185,9 @@ class _SelectStateDropDownComponentWidgetState
|
|
|
context.watch<FFAppState>();
|
|
context.watch<FFAppState>();
|
|
|
|
|
|
|
|
return Container(
|
|
return Container(
|
|
|
|
|
+ constraints: BoxConstraints(
|
|
|
|
|
+ maxWidth: 600.0,
|
|
|
|
|
+ ),
|
|
|
decoration: BoxDecoration(
|
|
decoration: BoxDecoration(
|
|
|
color: FlutterFlowTheme.of(context).secondaryBackground,
|
|
color: FlutterFlowTheme.of(context).secondaryBackground,
|
|
|
),
|
|
),
|
|
@@ -494,8 +497,8 @@ class _SelectStateDropDownComponentWidgetState
|
|
|
debugLogWidgetClass(_model);
|
|
debugLogWidgetClass(_model);
|
|
|
|
|
|
|
|
return Wrap(
|
|
return Wrap(
|
|
|
- spacing: 0.0,
|
|
|
|
|
- runSpacing: 0.0,
|
|
|
|
|
|
|
+ spacing: 8.0,
|
|
|
|
|
+ runSpacing: 8.0,
|
|
|
alignment: WrapAlignment.start,
|
|
alignment: WrapAlignment.start,
|
|
|
crossAxisAlignment: WrapCrossAlignment.start,
|
|
crossAxisAlignment: WrapCrossAlignment.start,
|
|
|
direction: Axis.horizontal,
|
|
direction: Axis.horizontal,
|