EachRow constructor

EachRow({
  1. List<EachColumn>? columns,
  2. SystemWindowPadding? padding,
  3. SystemWindowMargin? margin,
  4. ContentGravity? gravity,
  5. SystemWindowDecoration? decoration,
})

Implementation

EachRow(
    {this.columns, this.padding, this.margin, this.gravity, this.decoration});