LayoutStyle constructor

LayoutStyle({
  1. String? rowCount,
  2. List<RowStyle>? rows,
})

Implementation

LayoutStyle({this.rowCount, this.rows});