ColumnMaker constructor
      
      ColumnMaker({ 
    
    
- String text = '',
 - int width = 2,
 - int fontSize = 26,
 - IminPrintAlign align = IminPrintAlign.left,
 
Implementation
ColumnMaker({
  this.text = '',
  this.width = 2,
  this.fontSize = 26,
  this.align = IminPrintAlign.left,
});