LabelableItem mixin

Provides the required properties and methods for touch bar items that behaves like a label.

Superclass Constraints
Mixin Applications

Properties

accessibilityLabel String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
The unique sequential identifier of this.
finalinherited
label String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
getter/setter pair
type String
Name of the touch bar item type that will be used to inform the specific platform implementation which TouchBarItem must be rendered/updated. This is important because the platform channel communication is performed through subset of the primitive types. See https://flutter.dev/docs/development/platform-integration/platform-channels#codec.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
updateProperty(String name, {dynamic newValue}) → void
Updates the property named name with a newValue.
inherited

Operators

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