MergeSemantics constructor

const MergeSemantics({Key key, Widget child })

Creates a widget that merges the semantics of its descendants.

Implementation

const MergeSemantics({ Key key, Widget child }) : super(key: key, child: child);