AFCommandOutputColumn class

Defines properties of a column in the command output.

Constructors

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

Properties

alignment AFOutputAlignment
getter/setter pair
color ↔ Styles
getter/setter pair
content StringBuffer
final
fill String
getter/setter pair
fontStyle ↔ Styles
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(String output) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited