maybeOf static method

S? maybeOf(
  1. BuildContext context
)

Implementation

static S? maybeOf(BuildContext context) {
  return Localizations.of<S>(context, S);
}