PolylineProperties<T extends Object> class
Constructors
-
PolylineProperties({List<
double> ? colorsStop = PolylineProperties.defColorsStop, bool useStrokeWidthInMeter = PolylineProperties.defUseStrokeWidthInMeter, List<Color> ? gradientColors = PolylineProperties.defGradientColors, double strokeWidth = PolylineProperties.defStrokeWidth, StrokePattern isDotted = PolylineProperties.defIsDotted, StrokeCap strokeCap = PolylineProperties.defStrokeCap, StrokeJoin strokeJoin = PolylineProperties.defStrokeJoin, Map<LayerPolylineIndexes, String> ? layerProperties, T? hintValue, double borderStrokeWidth = PolylineProperties.defBorderStokeWidth, Color borderColor = PolylineProperties.defBorderColor, Color color = PolylineProperties.defFillColor}) -
const
Properties
- borderColor → Color
-
final
- borderStrokeWidth → double
-
final
- color → Color
-
final
-
colorsStop
→ List<
double> ? -
final
-
gradientColors
→ List<
Color> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintValue → T?
-
final
- isDotted → StrokePattern
-
final
-
layerProperties
→ Map<
LayerPolylineIndexes, String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeCap → StrokeCap
-
final
- strokeJoin → StrokeJoin
-
final
- strokeWidth → double
-
final
- useStrokeWidthInMeter → bool
-
final
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
Static Methods
-
fromMap<
T extends Object> (Map< String, dynamic> ? properties, PolylineProperties<T> polylineProperties) → PolylineProperties<T>
Constants
- defBorderColor → const Color
- defBorderStokeWidth → const double
-
defColorsStop
→ const List<
double> - defFillColor → const Color
-
defGradientColors
→ const List<
Color> - defIsDotted → const StrokePattern
- defStrokeCap → const StrokeCap
- defStrokeJoin → const StrokeJoin
- defStrokeWidth → const double
- defUseStrokeWidthInMeter → const bool