HintText constructor

const HintText(
  1. String text, {
  2. Key? key,
})

Implementation

const HintText(this.text, {super.key});