MergeableMaterial constructor
Creates a mergeable Material list of items.
Implementation
const MergeableMaterial({
Key key,
this.mainAxis = Axis.vertical,
this.elevation = 2,
this.hasDividers = false,
this.children = const <MergeableMaterialItem>[]
}) : super(key: key);