maybeOf static method

TUIThemeData? maybeOf(
  1. BuildContext context
)

Implementation

static TUIThemeData? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<_TUITheme>()?.data;
}