maybeOf static method

SubFocusScopeState? maybeOf(
  1. BuildContext context
)

Implementation

static SubFocusScopeState? maybeOf(BuildContext context) {
  return Data.maybeOf<SubFocusScopeState>(context);
}