CreateSingViewWidget constructor
const
CreateSingViewWidget({
- Key? key,
- ValueChanged<
String> ? onCancelled, - required Color signatureColor,
Implementation
const CreateSingViewWidget({
super.key,
this.onCancelled,
required this.signatureColor,
});