InteractiveSemanticsWrapper constructor

InteractiveSemanticsWrapper({
  1. required SemanticsProperties properties,
  2. required Widget child,
  3. VoidCallback? onInteract,
})

Implementation

InteractiveSemanticsWrapper({
  required this.properties,
  required this.child,
  this.onInteract,
});