RowStyle constructor

RowStyle({
  1. String? blockCount,
  2. String? rowMarginStyle,
  3. String? repeat,
  4. String? blockGapStyle,
  5. String? ratio,
})

Implementation

RowStyle(
    {this.blockCount,
    this.rowMarginStyle,
    this.repeat,
    this.blockGapStyle,
    this.ratio});