of static method

Implementation

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