NiceAnnotation class

Constructors

NiceAnnotation({required String id, required NiceAnnotationTool type, required Color color, double strokeWidth = 2, List<Offset> points = const [], String? text, Rect? rect, Offset? arrowStart, Offset? arrowEnd})

Properties

arrowEnd ↔ Offset?
getter/setter pair
arrowStart ↔ Offset?
getter/setter pair
color ↔ Color
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String
getter/setter pair
points ↔ List<Offset>
getter/setter pair
rect ↔ Rect?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth ↔ double
getter/setter pair
text ↔ String?
getter/setter pair
type ↔ NiceAnnotationTool
getter/setter pair

Methods

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

Operators

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