colMd property

int get colMd

Columns for medium screens.

Implementation

int get colMd {
  return _colMd ?? _getMinCols(Breakpoint.md) ?? 6;
}