PhoneWithExtensionControl constructor
const
PhoneWithExtensionControl({
- Key? key,
- required FormValueChanged<
IPhoneWithExtension> onChange, - required IPhoneWithExtension? initialValue,
Implementation
const PhoneWithExtensionControl({
Key? key,
required this.onChange,
required this.initialValue,
}) : super(key: key);