OptionItem class
Constructors
- OptionItem({required dynamic onTap()?, required IconData iconData, required String title, String? subtitle})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- iconData ↔ IconData
-
getter/setter pair
- onTap ↔ dynamic Function()?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle ↔ String?
-
getter/setter pair
- title ↔ String
-
getter/setter pair
Methods
-
copyWith(
{dynamic onTap()?, IconData? iconData, String? title, String? subtitle}) → OptionItem -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override