getItemTextStyle static method
Implementation
static TextStyle getItemTextStyle(LocationPickerTheme theme, BuildContext context) {
return theme.itemTextStyle ?? Theme.of(context).textTheme.bodyMedium!;
}
static TextStyle getItemTextStyle(LocationPickerTheme theme, BuildContext context) {
return theme.itemTextStyle ?? Theme.of(context).textTheme.bodyMedium!;
}