of static method

Implementation

static FocusThemeData of(BuildContext context) {
  return FluentTheme.of(context).focusTheme;
}