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