TextInputField constructor

TextInputField({
  1. required String hintText,
  2. IconData? leadingIcon,
  3. bool isPassword = false,
})

Implementation

TextInputField(
    {required this.hintText, this.leadingIcon, this.isPassword = false});