ColumnLayout constructor

ColumnLayout(
  1. double? width,
  2. double? flex
)

Implementation

ColumnLayout(this.width, this.flex);