SignatureComponent constructor
const
SignatureComponent({
- Key? key,
- required ComponentModel component,
- required String? value,
- required ValueChanged<
String?> onChanged, - FormioLocale locale = const DefaultFormioLocale(),
Implementation
const SignatureComponent({
super.key,
required this.component,
required this.value,
required this.onChanged,
this.locale = const DefaultFormioLocale(),
});