AFCommandOutputColumn constructor
AFCommandOutputColumn({
- required AFOutputAlignment alignment,
- Styles color = Styles.DEFAULT,
- Styles fontStyle = Styles.DEFAULT,
- int width = 0,
- String fill = " ",
Implementation
AFCommandOutputColumn({
required this.alignment,
this.color = Styles.DEFAULT,
this.fontStyle = Styles.DEFAULT,
this.width = 0,
this.fill = " ",
});