Rectangle class

Inheritance

Constructors

Rectangle(List latlngs, {bool? stroke, Color? strokeColor, double? strokeWidth, double? strokeOpacity, StrokeCap? strokeCap, StrokeJoin? strokeJoin, PathFillType? pathFillType, Color? fillColor, double? fillOpacity, bool? isDotted, List<Color>? gradientStrokeColors, List<double>? gradientStrokeStops, List<Color>? gradientFillColors, List<double>? gradientFillStops, List<List<LatLng>>? holes, bool? withHoles, dynamic data})
Rectangle.from(dynamic value, {bool? stroke, Color? strokeColor, double? strokeWidth, double? strokeOpacity, StrokeCap? strokeCap, StrokeJoin? strokeJoin, PathFillType? pathFillType, Color? fillColor, double? fillOpacity, List<Color>? gradientStrokeColors, List<double>? gradientStrokeStops, List<Color>? gradientFillColors, List<double>? gradientFillStops, List<List<LatLng>>? holes, bool? withHoles, bool? isDotted, dynamic data})
factory

Properties

bounds LatLngBounds
no setteroverride
data → dynamic
finalinherited
fillColor Color?
finalinherited
fillOpacity double?
finalinherited
gradientFillColors List<Color>?
finalinherited
gradientFillStops List<double>?
finalinherited
gradientStrokeColors List<Color>?
finalinherited
gradientStrokeStops List<double>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
holes List<List<LatLng>>?
finalinherited
isDotted bool?
finalinherited
isEmpty bool
no setteroverride
isNotEmpty bool
no setteroverride
isNotValid bool
no setteroverride
isValid bool
no setteroverride
latlngs List<LatLng>
finalinherited
pathFillType PathFillType?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stroke bool?
finalinherited
strokeCap StrokeCap?
finalinherited
strokeColor Color?
finalinherited
strokeJoin StrokeJoin?
finalinherited
strokeOpacity double?
finalinherited
strokeWidth double?
finalinherited
validLatLngs List<LatLng?>
no setteroverride
withHoles bool?
finalinherited

Methods

copy({bool? stroke, Color? strokeColor, num? strokeWidth, double? strokeOpacity, StrokeCap? strokeCap, StrokeJoin? strokeJoin, PathFillType? pathFillType, Color? fillColor, double? fillOpacity, List<Color>? gradientStrokeColors, List<double>? gradientStrokeStops, List<Color>? gradientFillColors, List<double>? gradientFillStops, List<List<LatLng>>? holes, bool? withHoles, bool? isDotted, dynamic data}) Rectangle
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited