OptionItem<T> class
Constructors
-
OptionItem.new({required String label, Widget? icon, String? hint, T? value, Widget? child, VoidCallback? onTap, String? subLabel, Widget? activeIcon, List<
OptionItem< options = const []})T> >
Properties
- activeIcon → Widget?
-
final
- child → Widget?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String?
-
final
- icon → Widget?
-
final
- label → String
-
final
- onTap → VoidCallback?
-
final
-
options
→ List<
OptionItem< T> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subLabel → String?
-
final
- value → T?
-
final
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