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 0a1497b commit 3755c9fCopy full SHA for 3755c9f
lib/components/dropdown/gf_multiselect.dart
@@ -164,6 +164,7 @@ class GFMultiSelect<T> extends StatefulWidget {
164
/// defines the background color of the dropdown. Can be given [Color] or [GFColors]
165
final Color dropdownbgColor;
166
167
+
168
@override
169
_GFMultiSelectState createState() => _GFMultiSelectState();
170
}
0 commit comments