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 b322fb9 commit e0a9c72Copy full SHA for e0a9c72
1 file changed
lib/components/dropdown/gf_multiselect.dart
@@ -63,7 +63,7 @@ class GFMultiSelect<T> extends StatefulWidget {
63
/// in callback we get list of selected items index
64
final ValueChanged<List<dynamic>> onSelect;
65
66
- /// type of [String] to define the dropdownTitleTile title
+ /// type of [String] to define the dropdownTitleTile title
67
final String dropDownTitleTileText;
68
69
/// type of [TextStyle] to define the textStyle of [dropDownTitleTileText]
0 commit comments