colMd property

int get colMd

Implementation

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