FormBuilderDropdown(
attribute: 'player',
controller.initialValuePlayer : null,
underline: Container(
height: 0,
width: 0,
),
Hi @kleberapsilva,
In FormBuilderDropdown the underline is ignored - it was an oversight issue to leave the option available.
To make changes to the line under any field consider using InputDecorator border options.
Most helpful comment
Hi @kleberapsilva,
In
FormBuilderDropdownthe underline is ignored - it was an oversight issue to leave the option available.To make changes to the line under any field consider using InputDecorator border options.