CustomSignature constructor

CustomSignature({
  1. Key? key,
  2. Color color = Colors.black87,
  3. double strokeWidth = 2,
})

Implementation

CustomSignature({Key? key, this.color = Colors.black87, this.strokeWidth = 2}) : super(key: key);