OudsInheritedInteractionModel constructor
- Key? key,
- required OudsInteractionStateController state,
- required Widget child,
Implementation
const OudsInheritedInteractionModel({
super.key,
required this.state,
required super.child,
});
const OudsInheritedInteractionModel({
super.key,
required this.state,
required super.child,
});