AuiTab class

A single tab item used in AuiTabBar.

Constructors

AuiTab({required String label, IconData? icon, Widget? badge})
Creates an AuiTab with a required label, optional icon, and optional badge.
const

Properties

badge Widget?
An optional badge widget overlaid on the tab (e.g., a notification dot or count).
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
An optional icon displayed above or beside the label.
final
label String
The text label displayed in the tab.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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