We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d351ec4 commit 57238b2Copy full SHA for 57238b2
lib/src/fields/form_builder_dropdown.dart
@@ -147,6 +147,7 @@ class _FormBuilderDropdownState<T> extends State<FormBuilderDropdown<T>> {
147
icon: widget.icon,
148
iconDisabledColor: widget.iconDisabledColor,
149
iconEnabledColor: widget.iconEnabledColor,
150
+ // ignore: deprecated_member_use_from_same_package
151
underline: widget.underline,
152
onChanged: _readOnly
153
? null
0 commit comments