MStack constructor

const MStack(
  1. List<MNode> children, {
  2. MStackAlignment alignment = MStackAlignment.topLeading,
})

Implementation

const MStack(this.children, {this.alignment = MStackAlignment.topLeading});