base constant

CellDimensions const base

Implementation

static const CellDimensions base = CellDimensions.fixed(
  contentCellWidth: 70.0,
  contentCellHeight: 50.0,
  stickyLegendWidth: 120.0,
  stickyLegendHeight: 50.0,
);