EachColumn constructor
EachColumn({
- int? widgetStyle = 0,
- SystemWindowText? text,
- SystemWindowImageButton? imgBtn,
- SystemWindowPadding? padding,
- SystemWindowMargin? margin,
- SystemWindowDecoration? decoration,
Implementation
EachColumn(
{this.widgetStyle = 0,
this.text,
this.imgBtn,
this.padding,
this.margin,
this.decoration});