EachColumn constructor

EachColumn({
  1. int? widgetStyle = 0,
  2. SystemWindowText? text,
  3. SystemWindowImageButton? imgBtn,
  4. SystemWindowPadding? padding,
  5. SystemWindowMargin? margin,
  6. SystemWindowDecoration? decoration,
})

Implementation

EachColumn(
    {this.widgetStyle = 0,
    this.text,
    this.imgBtn,
    this.padding,
    this.margin,
    this.decoration});