Skip to content

Commit e0a9c72

Browse files
committed
completed GFDropdown and GFMultiselect
1 parent b322fb9 commit e0a9c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/components/dropdown/gf_multiselect.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GFMultiSelect<T> extends StatefulWidget {
6363
/// in callback we get list of selected items index
6464
final ValueChanged<List<dynamic>> onSelect;
6565

66-
/// type of [String] to define the dropdownTitleTile title
66+
/// type of [String] to define the dropdownTitleTile title
6767
final String dropDownTitleTileText;
6868

6969
/// type of [TextStyle] to define the textStyle of [dropDownTitleTileText]

0 commit comments

Comments
 (0)