ArnaTab class

An Arna-styled tab.

Constructors

ArnaTab({Key? key, required String label, Widget? icon, required WidgetBuilder builder, bool pinned = false, Color? accentColor, String? semanticLabel})
Creates an Arna-styled tab.
const

Properties

accentColor Color?
The color of the tab's focused border.
final
builder WidgetBuilder
The widget builder of the item.
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
The icon of the tab.
final
key Key?
Controls how one widget replaces another widget in the tree.
final
label String
The text to display as the tab's label.
final
pinned bool
Whether the tab is pinned or not.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
The semantic label of the tab.
final

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