Returns a Text widget for hint content.
Text hintText(String text, {TextStyle? style}) { return Text(text, style: style); }