Circle class

Annotations

Constructors

Circle({required CircleId circleId, required LatLng center, double radius = 0, Color strokeColor = Colors.white, int strokeWidth = 1, Color fillColor = Colors.transparent, bool visible = true, int zIndex = 0, bool clickable = false, VoidCallback? onClick, List<PatternItem> strokePattern = const <PatternItem>[], HmsAnimation? animation})
const

Properties

animation HmsAnimation?
final
center LatLng
final
circleId CircleId
final
clickable bool
final
fillColor Color
final
hashCode int
The hash code for this object.
no setteroverride
onClick VoidCallback?
final
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor Color
final
strokePattern List<PatternItem>
final
strokeWidth int
final
visible bool
final
zIndex int
final

Methods

clone() Circle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCopy({LatLng? center, double? radius, Color? strokeColor, int? strokeWidth, Color? fillColor, bool? visible, int? zIndex, bool? clickable, VoidCallback? onClick, List<PatternItem>? strokePattern, List? animations}) Circle

Operators

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