of static method
Implementation
static TolyPopPickerTheme of(BuildContext context) {
return Theme.of(context).extension<TolyPopPickerTheme>() ??
const TolyPopPickerTheme();
}
static TolyPopPickerTheme of(BuildContext context) {
return Theme.of(context).extension<TolyPopPickerTheme>() ??
const TolyPopPickerTheme();
}