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