notifier static method

ValueNotifier<SheetState> notifier(
  1. BuildContext context
)

private

Implementation

static ValueNotifier<SheetState> notifier(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<_InheritedSheetState>()!.state;
}