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