AppCmsInput constructor
const
AppCmsInput({})
Implementation
const AppCmsInput({
super.key,
required this.controller,
required this.localetext,
required this.obscureText,
required this.readOnly,
required this.autofocus,
required this.textInputAction,
required this.keyboardType,
required this.variant,
required this.suffix,
required this.onSuffixClick,
});