SignaturePoint constructor
SignaturePoint({})
Implementation
SignaturePoint({
required this.position,
this.pressure = 1.0,
this.tilt = 0.0,
required this.timestamp,
this.velocity = 0.0,
this.color,
});
SignaturePoint({
required this.position,
this.pressure = 1.0,
this.tilt = 0.0,
required this.timestamp,
this.velocity = 0.0,
this.color,
});