ClusterStyle class
Constructors
- ClusterStyle({Color bgColor = const Color(0xFF3F51B5), Color textColor = const Color(0xFFFFFFFF), bool showStroke = true, Color strokeColor = const Color(0xFFFFFFFF)})
-
const
Properties
- bgColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showStroke → bool
-
final
- strokeColor → Color
-
final
- textColor → Color
-
final
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited