AtomicSelectListItem<T> class
- Implementers
Constructors
- AtomicSelectListItem.new({required String text, String? subText, T? value, IconData? icon, bool enabled = true, bool selected = false})
-
const
-
AtomicSelectListItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? text, String? subText, T? value, IconData? icon, bool? enabled, bool? selected}) → AtomicSelectListItem< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override