dark constant
GridTheme
const dark
A predefined dark theme for the grid.
Features a visible medium grey dot pattern suitable for dark backgrounds.
Implementation
static const dark = GridTheme(
color: Color(0xFF707070),
size: 20.0,
thickness: 1.0,
style: GridStyles.dots,
);