VenueLabelStyle class abstract
Represents a style of the label.
Constructors
- VenueLabelStyle(Color fillColor, Color outlineColor, double outlineWidth, int maxFont)
-
Creates a custom label style with specific parameters.
factory
Properties
- fillColor → Color
-
The fill color for this label style.
Gets a fill color for this label style.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxFont → int
-
The maximum font size for this label style.
Gets a maximum font size for this label style.
no setter
- outlineColor → Color?
-
The outline color.
Defaults to
nullif an outline color has not been set for this label style. Gets an outline color.no setter - outlineWidth → double
-
The outline width for this label style.
Gets an outline width for this label style.
no setter
- 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