row method
Adds a row to the list.
Implementation
TwoColumnDetailList row(String left, String right) {
_rows.add((left, right));
return this;
}
Adds a row to the list.
TwoColumnDetailList row(String left, String right) {
_rows.add((left, right));
return this;
}