maybeOf static method
Implementation
static AtomicThemeData? maybeOf(BuildContext context) {
final theme = context.dependOnInheritedWidgetOfExactType<AtomicTheme>();
return theme?.data;
}
static AtomicThemeData? maybeOf(BuildContext context) {
final theme = context.dependOnInheritedWidgetOfExactType<AtomicTheme>();
return theme?.data;
}