Signature constructor
const
Signature({
- required SignatureController controller,
- Key? key,
- Color backgroundColor = Colors.grey,
- double? width,
- double? height,
constructor
Implementation
const Signature({
required this.controller,
Key? key,
this.backgroundColor = Colors.grey,
this.width,
this.height,
}) : super(key: key);