of static method

Implementation

static SpinnerBoxThemeData of(BuildContext context) {
  final scope = context.dependOnInheritedWidgetOfExactType<SpinnerBoxTheme>();
  return scope!.theme;
}