TextFieldWithHint constructor

const TextFieldWithHint(
  1. String hint, {
  2. Key? key,
})

Implementation

const TextFieldWithHint(this.hint, {Key? key}) : super(key: key);