after method
Place the column "after" another column.
Implementation
ColumnDefinition after(String column) {
_afterColumn = column;
return this;
}
Place the column "after" another column.
ColumnDefinition after(String column) {
_afterColumn = column;
return this;
}