MergeSemanticsModifier constructor

const MergeSemanticsModifier({
  1. Key? key,
  2. Widget? child,
  3. Key? modifierKey,
})

Creates a widget that merges the semantics of its descendants.

Implementation

const MergeSemanticsModifier({super.key, super.child, super.modifierKey});