Select class

Constructors

Select()

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

multi({List<SelectData>? data, List<String>? selectedId, required dynamic title, required dynamic context, SelectStyle? style}) Future<MultiSelectData?>
single({List<SelectData>? data, String? selectedId, required dynamic title, required dynamic context, SelectStyle? style, bool? withSearch = false, bool onlySelect = false, double? fontSize, bool isFull = false, bool fullScreen = true, double? offset}) Future<SelectData?>
singleV2({List<SelectData>? data, String? selectedId, required dynamic title, required dynamic context, SelectStyle? style, bool? withSearch = false, bool onlySelect = false, double? fontSize, bool isFull = false, bool fullScreen = true}) Future<SelectData?>