of static method

ThemeData of(
  1. BuildContext context
)

Implementation

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