EachColumn constructor

EachColumn({
  1. FloatyHeadText? text,
  2. FloatyHeadPadding? padding,
  3. FloatyHeadMargin? margin,
  4. FloatyHeadDecoration? decoration,
})

Implementation

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