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