OptionItem class

Constructors

OptionItem.new({required void onTap(BuildContext context), required IconData iconData, required String title, String? subtitle})

Properties

hashCode int
The hash code for this object.
no setteroverride
iconData IconData
final
onTap → void Function(BuildContext context)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
final
title String
final

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