LoginInput constructor
const
LoginInput({})
Implementation
const LoginInput({Key? key,
this.onInputChange,
this.hintText,
this.activeColor,
this.textStyle,
this.prefixIcon,
this.unactiveColor = Colors.white24,
this.obscureText = false})
: super(key: key);