ColumnMaker constructor

ColumnMaker({
  1. String text = '',
  2. int width = 0,
  3. Object align = const {},
})

Implementation

ColumnMaker({this.text = '', this.width = 0, this.align = const {}}) {
  print("We're in Web, nothing to do here!");
}