CircleCoordinate class abstract

一个圆形范围的坐标系

Inheritance
Implementers

Constructors

CircleCoordinate({SNumber radius = const SNumber.percent(50), List<SNumber> center = const [SNumber.percent(50), SNumber.percent(50)], String id = '', bool show = true})
const

Properties

center List<SNumber>
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
radius SNumber
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
finalinherited

Methods

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

Operators

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