SearchDropdown class

All textFields used in the App

Constructors

SearchDropdown()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

cupertinoPicker(BuildContext context) Widget
customDropDownImage(BuildContext context, DropdownModel? item, {String? hint}) Widget
customDropdownSearchBuilder(BuildContext context, DropdownModel? item) Widget
customPopupItemBuilderImage(BuildContext context, DropdownModel? item, bool isSelected) Widget
customPopupSearchItemBuilder(BuildContext context, DropdownModel? item, bool isSelected) Widget
defaultSearchDropdown({Key? key, required SearchDropdownController searchDropdownController}) Widget
imageSearchDropdown({Key? key, required SearchDropdownController searchDropdownController, EdgeInsetsGeometry padding = const EdgeInsets.symmetric(vertical: 5), Mode mode = Mode.BOTTOM_SHEET}) Widget