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