PrintColumn constructor
PrintColumn(
- String text, {
- int flex = 1,
- PrintTextStyle style = const PrintTextStyle(),
Implementation
PrintColumn(this.text, {this.flex = 1, this.style = const PrintTextStyle()});