const library
Classes
-
CustomDropdown<
T> -
A fully generic, customizable dropdown that works with any type
T. - StateLgaCityController
Typedefs
- DropdownBuilder = Widget Function(BuildContext context, String? hint, Widget? child)
-
ItemBuilder<
T> = Widget Function(BuildContext context, T item, bool isSelected)