OptionItem class
Constructors
- OptionItem.new({required void onTap(BuildContext context), required IconData iconData, required String title, String? subtitle})
Properties
Methods
-
copyWith(
{dynamic onTap(BuildContext context)?, 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