SignaturePoint class

Constructors

SignaturePoint({required Offset position, double pressure = 1.0, double tilt = 0.0, required DateTime timestamp, double velocity = 0.0, Color? color})
SignaturePoint.fromJson(Map<String, dynamic> json)
factory

Properties

color Color?
final
hashCode int
The hash code for this object.
no setterinherited
position Offset
final
pressure double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tilt double
final
timestamp DateTime
final
velocity double
final

Methods

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

Operators

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