ViewLabelProperties class final
A view label properties object.
This is used to change labels for a view.
- Implemented types
Constructors
- ViewLabelProperties({bool animationEnabled = false, bool labelingEnabled = true})
-
Create a view label property with specified parameters.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAnimationEnabled ↔ bool
-
The view label properties set animation enabled.
getter/setter pair
- isLabelingEnabled ↔ bool
-
The view label properties set labeling enabled.
getter/setter pair
- 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