Removing useless Row since the Icon is now contained in the suffixIcon of the input decoration
This commit is contained in:
parent
2ca0f8d803
commit
65408b496a
1 changed files with 1 additions and 7 deletions
|
@ -253,13 +253,7 @@ class _InputDropdown extends StatelessWidget {
|
||||||
child: InputDecorator(
|
child: InputDecorator(
|
||||||
decoration: effectiveDecoration,
|
decoration: effectiveDecoration,
|
||||||
baseStyle: textStyle,
|
baseStyle: textStyle,
|
||||||
child: Row(
|
child: Text(text, style: textStyle),
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
children: <Widget>[
|
|
||||||
Text(text, style: textStyle),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue