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