CustomEmailForm constructor
const
CustomEmailForm({})
Implementation
const CustomEmailForm({
super.key,
required this.hinttext,
required this.labeltext,
required this.iconData,
this.mycontroller,
required this.valid,
required this.isNumber,
required this.obscureText,
this.onTapIcon,
required Null Function(dynamic value) onSaved,
});