of static method

FlutterSpreadsheetUIState of(
  1. BuildContext context
)

Implementation

static FlutterSpreadsheetUIState of(BuildContext context) => context
    .dependOnInheritedWidgetOfExactType<_InheritedFlutterSpreadsheetUI>()!
    .state;