SonrTextInput constructor Null safety
- {Key? key,
- String? label,
- String? hintText,
- TextEditingController? controller,
- bool? obscureText,
- VoidCallback? suffixOnPress,
- Icon? suffixIcon,
- VoidCallback? prefixOnPress,
- Icon? prefixIcon}
Implementation
const SonrTextInput({
super.key,
this.label,
this.hintText,
this.controller,
this.obscureText,
this.suffixOnPress,
this.suffixIcon,
this.prefixOnPress,
this.prefixIcon,
});