of static method

TUIThemeData of(
  1. BuildContext context
)

Implementation

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