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