PolygonRF class

Inheritance

Constructors

PolygonRF({required Color color, bool? ConsumeTapEvents, bool? Geodesic, String? Id, ShapeTypeEnum type = ShapeTypeEnum.circe, bool? Visible, int? ZIndex, required List<CoordinateRF> Points, required double BorderStrokeWidth, required Color BorderColor, required double StrokeWidth})

Properties

BorderColor Color
final
BorderStrokeWidth double
final
color Color
getter/setter pairinherited
ConsumeTapEvents bool?
getter/setter pairinherited
Geodesic bool?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
Id String?
getter/setter pairinherited
Points List<CoordinateRF>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
StrokeWidth double
final
type ShapeTypeEnum
getter/setter pairinherited
Visible bool?
getter/setter pairinherited
ZIndex int?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
OnTap() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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