createColumnMaker static method

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

Implementation

static createColumnMaker({String text = '', int width = 0, Object align = const {}}) {
  print("We're in Web, nothing to do here!");
  return null;
}