maybeOf static method
Returns the nearest effective FDC theme and subscribes to scope changes.
Implementation
static FdcThemeData? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_FdcThemeScope>()?.data;
}
Returns the nearest effective FDC theme and subscribes to scope changes.
static FdcThemeData? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_FdcThemeScope>()?.data;
}