form_txtin constructor

const form_txtin(
  1. {Key? key,
  2. String? hint,
  3. String? label,
  4. Icon? prefixIcon,
  5. Icon? suffixIcon,
  6. void onChanged(
    1. String
    )?,
  7. TextInputType? inputType}
)

Implementation

const form_txtin(
    {super.key,
    this.hint,
    this.label,
    this.prefixIcon,
    this.suffixIcon,
    this.onChanged,
    this.inputType});