systemIcon property

String? systemIcon
final

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.

When iconUrl is also set, iconUrl takes precedence.

Implementation

final String? systemIcon;