of static method

PickerWidget of(
  1. BuildContext context
)

Implementation

static PickerWidget of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<PickerWidget>()
      as PickerWidget;
}