AtomicSelectListItemDynamic class
- Inheritance
-
- Object
- AtomicSelectListItem
- AtomicSelectListItemDynamic
Constructors
Properties
- enabled → bool
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → bool
-
finalinherited
- subText → String?
-
finalinherited
- text → String
-
finalinherited
- value → dynamic
-
finalinherited
Methods
-
copyWith(
{String? text, String? subText, dynamic value, IconData? icon, bool? enabled, bool? selected}) → AtomicSelectListItem -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited