EachColumn constructor

EachColumn({
  1. SystemWindowText? text,
  2. SystemWindowPadding? padding,
  3. SystemWindowMargin? margin,
  4. SystemWindowDecoration? decoration,
})

Implementation

EachColumn({this.text, this.padding, this.margin, this.decoration});