maybeOf static method
Implementation
static PressableState? maybeOf(
BuildContext context, [
PressableStateAspect? aspect,
]) {
return InheritedModel.inheritFrom<PressableState>(context, aspect: aspect);
}
static PressableState? maybeOf(
BuildContext context, [
PressableStateAspect? aspect,
]) {
return InheritedModel.inheritFrom<PressableState>(context, aspect: aspect);
}