BeautifulTextField constructor
const
BeautifulTextField({
- Key? key,
- required String hintText,
- TextEditingController? controller,
- IconData? icon,
- bool obscureText = false,
Implementation
const BeautifulTextField({
super.key,
required this.hintText,
this.controller,
this.icon,
this.obscureText = false,
});