FastItem<T> class

Inheritance

Constructors

FastItem({required String labelText, bool isEnabled = true, String? normalizedLabelText, String? descriptionText, List<FastCategory>? categories, FastListItemDescriptor? descriptor, T? value, Callback<FastItem<T>>? onTap})
const

Properties

categories → List<FastCategory>?
Describes a list of categories to which an item belongs.
final
descriptionText → String?
Text that describes an item description.
final
descriptor → FastListItemDescriptor?
Describes some additional visual aspects of an item.
final
hashCode → int
The hash code for this object.
no setterinherited
isEnabled → bool
Indicates whether an item is enabled in the user interface.
final
labelText → String
Text that describes an item label.
final
normalizedLabelText → String?
Represents a lowercase labelText without any diacritics.
final
onTap → Callback<FastItem<T>>?
final
props → List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stringify → bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
value → T?
Represents an item value.
final

Methods

assignValue<T>(T? value, {T? defaultValue, bool loose = true}) → T?
inherited
clone() → FastItem<T>
Creates a copy of this TModel.
override
copyWith({FastListItemDescriptor? descriptor, List<FastCategory>? categories, String? normalizedLabelText, String? descriptionText, String? labelText, bool? isEnabled, T? value, Callback<FastItem<T>>? onTap}) → FastItem<T>
Creates a copy of this TModel but with the given fields replaced with the new values.
override
copyWithDefaults() → TModel
inherited
merge(covariant FastItem<T> model) → FastItem<T>
Creates a new TModel where each properties from this object has been merged with the matching properties from the other object.
override
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