AFCommandOutputColumn constructor

AFCommandOutputColumn({
  1. required AFOutputAlignment alignment,
  2. Styles color = Styles.DEFAULT,
  3. Styles fontStyle = Styles.DEFAULT,
  4. int width = 0,
  5. String fill = " ",
})

Implementation

AFCommandOutputColumn({
  required this.alignment,
  this.color = Styles.DEFAULT,
  this.fontStyle = Styles.DEFAULT,
  this.width = 0,
  this.fill = " ",
});