ShapeBaseRF class
Constructors
- ShapeBaseRF({String? Id, bool? ConsumeTapEvents, required Color color, bool? Geodesic, bool? Visible, int? ZIndex, ShapeTypeEnum type = ShapeTypeEnum.circe})
Properties
- color ↔ Color
-
getter/setter pair
- ConsumeTapEvents ↔ bool?
-
getter/setter pair
- Geodesic ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- Id ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ShapeTypeEnum
-
getter/setter pair
- Visible ↔ bool?
-
getter/setter pair
- ZIndex ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
OnTap(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited