of static method

Implementation

static CursorSelectorThemeData? of(BuildContext context) {
  final CursorSelectorTheme? selectorTheme = context.dependOnInheritedWidgetOfExactType<CursorSelectorTheme>();
  return selectorTheme?.data;
}