getItemTextStyle static method

TextStyle getItemTextStyle(
  1. LocationPickerTheme theme,
  2. BuildContext context
)

Implementation

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