VenueGeometryStyle class abstract
Represents a style of the VenueGeometry.
Constructors
- VenueGeometryStyle(Color mainColor, Color outlineColor, double outlineWidth)
-
Creates a custom style with specific parameters.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelStyleName → String?
-
The label style name.
Defaults to`null, if a label style name
has not been set for this style.
Gets the label style name.
no setter
- mainColor → Color
-
The main color.
Gets the main color for this style.
no setter
- outlineColor → Color
-
The outline color.
Gets an outline color for this style.
no setter
- outlineWidth → double
-
The outline width.
Gets an outline width for this 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