SmoothTextField constructor
const
SmoothTextField({
- Key? key,
- String? hintText,
- IconData? suffixIcon,
- VoidCallback? suffixIconOnPressed,
- IconData? prefixIcon,
- VoidCallback? prefixIconOnPressed,
- bool? obscureText,
- TextEditingController? textfieldController,
- int? minLines,
- int? maxLines,
- bool? enabled,
- dynamic onChanged()?,
- String? validator()?,
Implementation
const SmoothTextField({
Key? key,
this.hintText,
this.suffixIcon,
this.suffixIconOnPressed,
this.prefixIcon,
this.prefixIconOnPressed,
this.obscureText,
this.textfieldController,
this.minLines,
this.maxLines,
this.enabled,
this.onChanged,
this.validator,
}) : super(key: key);