CircleRF class
- Inheritance
-
- Object
- ShapeBaseRF
- CircleRF
Constructors
- CircleRF({String? Id, bool? ConsumeTapEvents, required Color color, bool? Geodesic, bool? Visible, int? ZIndex, ShapeTypeEnum type = ShapeTypeEnum.circe, required CoordinateRF Points, required double BorderStrokeWidth, required Color BorderColor, required double StrokeWidth, required double Radius})
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 → CoordinateRF
-
final
- Radius → double
-
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