ColumnMaker constructor
ColumnMaker({
- String text = '',
- int width = 2,
- PrintAlign align = PrintAlign.LEFT,
Implementation
ColumnMaker({
this.text = '',
this.width = 2,
this.align = PrintAlign.LEFT,
});