PrintColumn constructor

PrintColumn(
  1. String text, {
  2. int flex = 1,
  3. PrintTextStyle style = const PrintTextStyle(),
})

Implementation

PrintColumn(this.text, {this.flex = 1, this.style = const PrintTextStyle()});