add method

dynamic add(
  1. ResponsiveLayoutCell cell
)

Implementation

add(ResponsiveLayoutCell cell) {
  _cells.add(cell);
  _optimizeColumnSpans();
}