AtomicActionListItem class

Constructors

AtomicActionListItem.new({required String text, String? subtext, IconData? icon, VoidCallback? onTap, bool enabled = true, String? uniqueKey})
const
AtomicActionListItem.fromJson(Map<String, dynamic> json)
factory

Properties

enabled bool
final
hashCode int
The hash code for this object.
no setteroverride
icon IconData?
final
onTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtext String?
final
text String
final
uniqueKey String
final

Methods

copyWith({String? text, String? subtext, IconData? icon, VoidCallback? onTap, bool? enabled, String? uniqueKey}) AtomicActionListItem
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

Static Methods

generateUniqueKey() String