AAListItem class
Constructors
-
AAListItem({required String title, String? subtitle, String? image, String? imageUrl, AutoImageTint? imageTint, String? trailingImage, AutoImageTint? trailingImageTint, String? loadingMessage, bool? isBrowsable, AAToggle? toggle, FutureOr<
void> onPress(dynamic complete(), AAListItem self)?, String? id})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageTint → AutoImageTint?
-
final
- imageUrl → String?
-
The image displayed for this row on Android Auto.
final
- isBrowsable → bool?
-
final
- loadingMessage → String?
-
Text displayed as the loading screen title while onPress is executing
until
completeis called. When null, no title is shown.final -
onPress
→ FutureOr<
void> Function(dynamic complete(), AAListItem self)? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle → String?
-
final
- title → String
-
final
- toggle → AAToggle?
-
final
- trailingImage → String?
-
The image displayed on the trailing side of this row when supported by the
Android Auto host.
final
- trailingImageTint → AutoImageTint?
-
Optional tint applied to trailingImage.
final
- uniqueId → String
-
no setter
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited