PlatformOverlayTheme.of constructor
PlatformOverlayTheme.of(
- BuildContext context
Implementation
factory PlatformOverlayTheme.of(BuildContext context) {
try {
return Provider.of(context);
} catch (e) {
return const PlatformOverlayTheme();
}
}