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
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