TabBarRenderBase class abstract

Shared structural base for the neon/neubrutalism tab-bar renderers.

Same alignment as TabsRenderBase for the content-less tab bar: the list wrapper and item buttons are identical; only the item typography differs.

Inheritance

Constructors

TabBarRenderBase(TabBarProps props, {Key? key})
const

Properties

classPrefix → String
Theme class prefix (e.g. 'neon', 'neubrutalism').
no setter
hashCode → int
The hash code for this object.
no setterinherited
key → Key?
Controls how one component replaces another component in the tree.
finalinherited
props → TabBarProps
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tabFontWeight → String
font-weight for the item buttons.
no setter
tabLetterSpacing → String
letter-spacing for the item buttons.
no setter
tabTextTransform → String
text-transform for the item buttons.
no setter

Methods

build(BuildContext context) → Component
Describes the part of the user interface represented by this component.
override
createElement() → Element
Creates a StatelessElement to manage this component's location in the tree.
inherited
decorationStyles(ArcaneDecoration? decoration) → Map<String, String>
Per-instance decoration overrides. Default: none. A theme overrides this to translate an ArcaneDecoration elevation intent into its own CSS.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldRebuild(covariant Component newComponent) → bool
Implement this method to determine whether a rebuild can be skipped.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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