of static method
Implementation
static AdaptiveState? of(BuildContext context) {
_AdaptiveState? state = context.findAncestorStateOfType<_AdaptiveState>();
return state?.state;
}
static AdaptiveState? of(BuildContext context) {
_AdaptiveState? state = context.findAncestorStateOfType<_AdaptiveState>();
return state?.state;
}