CircleOption class

Circle创建参数

Annotations

Constructors

CircleOption({required LatLng center, required double radius, double width = 5, Color strokeColor = Colors.green, Color fillColor = Colors.transparent})

Properties

center LatLng
中心点经纬度
final
fillColor Color
填充颜色
final
hashCode int
The hash code for this object.
no setterinherited
radius double
宽度
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor Color
边框颜色
final
width double
宽度
final

Methods

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