AtomInput constructor
const
AtomInput({
- Key? key,
- required TextEditingController controller,
- String? hintText,
- TextStyle? style,
- InputBorder? border,
- bool enabled = true,
- Widget? suffixIcon,
- TextInputType? keyboardType,
- ValueChanged<
String> ? onChanged, - TextAlignVertical? textAlignVertical,
Implementation
const AtomInput({
super.key,
required this.controller,
this.hintText,
this.style,
this.border,
this.enabled = true,
this.suffixIcon,
this.keyboardType,
this.onChanged,
this.textAlignVertical,
});