AAPaneTemplate class

Implemented types

Constructors

AAPaneTemplate({required String title, required List<AAPaneItem> items, List<AAPaneAction> actions = const [], String? imageUrl, AutoImageTint? imageTint, bool isLoading = false, String? id})

Properties

actions List<AAPaneAction>
final
hashCode int
The hash code for this object.
no setterinherited
imageTint AutoImageTint?
final
imageUrl String?
Optional image displayed alongside the pane content.
final
isLoading bool
Shows Android Auto's loading state instead of rows.
final
items List<AAPaneItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
uniqueId String
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited