USignatureController constructor

USignatureController({
  1. Color penColor = const Color(0xFF1A1A1A),
  2. double minWidth = 1.5,
  3. double maxWidth = 4.5,
  4. double velocityScale = 1.6,
})

Implementation

USignatureController({this._penColor = const Color(0xFF1A1A1A), this.minWidth = 1.5, this.maxWidth = 4.5, this.velocityScale = 1.6});