AAListTemplate class

Implemented types

Constructors

AAListTemplate({required String title, required List<AAListSection> sections, List<String>? emptyViewTitleVariants, String? tabTitle, String? systemIcon, String? iconUrl, String? id})

Properties

emptyViewTitleVariants List<String>?
An array of title variants displayed when the list is empty.
final
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
URL of an image to use as the tab bar icon. Loaded asynchronously. Takes precedence over systemIcon when set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections List<AAListSection>
final
systemIcon String?
Icon displayed in the tab when this template is used inside an AATabBarTemplate. Supports mapped system icon names, Flutter assets, local files, and network URLs.
final
tabTitle String?
Label displayed on the tab bar item when this template is used as a tab inside an AATabBarTemplate. Falls back to title when not set.
final
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
updateSections(List<AAListSection> newSections) → void

Operators

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