TabMixin class abstract

A mixin for use by tab button component and tab dropdown menu component.

Implementers

Constructors

TabMixin()

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
The tab label.
getter/setter pair
nativeElement Element
The host element.
no setter
offsetLeft int
Returns offsetLeft of the host element .
no setter
offsetWidth int
Returns offsetWidth of the host element .
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textWidth int
The width of the text without any constraints as if no width was set.
no setter
width String
The width of the host element .
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryClearWidth() → void
Clear width if it's been set and the label has changed.
updateTextWidth() → void
Updates the width of the label.

Operators

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