MergeSemantics constructor

const MergeSemantics(
  1. {Key? key,
  2. Widget? child}
)

Creates a widget that merges the semantics of its descendants.

Implementation

const MergeSemantics({ super.key, super.child });