of static method

OudsInheritedInteractionModel? of(
  1. BuildContext context,
  2. InteractionAspect aspect
)

Implementation

static OudsInheritedInteractionModel? of(BuildContext context, InteractionAspect aspect) {
  return InheritedModel.inheritFrom<OudsInheritedInteractionModel>(context, aspect: aspect);
}