PhoneShadInput constructor
const
PhoneShadInput({
- Key? key,
- required TextEditingController controller,
- required FocusNode focusNode,
- bool enabled = true,
- String label = 'เบอร์โทรศัพท์',
- String? errorText,
- ValueChanged<
String> ? onChanged,
Implementation
const PhoneShadInput({
super.key,
required this.controller,
required this.focusNode,
this.enabled = true,
this.label = 'เบอร์โทรศัพท์',
this.errorText,
this.onChanged,
});