AtomicTextListItem class
Constructors
- AtomicTextListItem.new({required String text, String? subText, TextStyle? textStyle, TextStyle? subTextStyle, VoidCallback? onTap, bool enabled = true, int? maxLines, TextOverflow? overflow})
-
const
-
AtomicTextListItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- displaySubText → String
-
no setter
- displayText → String
-
no setter
- enabled → bool
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasSubText → bool
-
no setter
- maxLines → int?
-
final
- onTap → VoidCallback?
-
final
- overflow → TextOverflow?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subText → String?
-
final
- subTextStyle → TextStyle?
-
final
- text → String
-
final
- textStyle → TextStyle?
-
final
Methods
-
copyWith(
{String? text, String? subText, TextStyle? textStyle, TextStyle? subTextStyle, VoidCallback? onTap, bool? enabled, int? maxLines, TextOverflow? overflow}) → AtomicTextListItem -
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