of static method

Returns the NesScaffoldMessengerState in the scope.

Implementation

static NesScaffoldMessengerState of(BuildContext context) {
  return _NesScaffoldMessengerScope.of(context);
}