menu
country_state_picker package
documentation
components/index.dart
hintText function
hintText function
dark_mode
light_mode
hintText
function
Text
hintText
(
String
text
, {
TextStyle
?
style
,
})
Implementation
Text hintText(String text, {TextStyle? style}) { return Text(text, style: style); }
country_state_picker package
documentation
components/index
hintText function
index library