of static method
Implementation
static SheetController? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_InheritedSheetController>()
?.controller;
}
static SheetController? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_InheritedSheetController>()
?.controller;
}