getLabelStyle static method

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

Implementation

static TextStyle getLabelStyle(LocationPickerTheme theme, BuildContext context) {
  return theme.labelStyle ?? Theme.of(context).textTheme.labelMedium!;
}