of static method
Get the nearest wheel spinner theme data up the widget tree from the given context.
Implementation
static WheelSpinnerThemeData? of(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<WheelSpinnerTheme>()?.data;