OudsInheritedInteractionModel constructor

const OudsInheritedInteractionModel({
  1. Key? key,
  2. required OudsInteractionStateController state,
  3. required Widget child,
})

Implementation

const OudsInheritedInteractionModel({
  super.key,
  required this.state,
  required super.child,
});