light constant

GridTheme const light

A predefined light theme for the grid.

Features a subtle light grey dot pattern suitable for light backgrounds.

Implementation

static const light = GridTheme(
  color: Color(0xFFC8C8C8),
  size: 20.0,
  thickness: 1.0,
  style: GridStyles.dots,
);