primitives property
Primitives used for colors, spacing and radii in the Zeta theme.
Implementation
ZetaPrimitives get primitives =>
_customPrimitives ?? (brightness == Brightness.light ? const ZetaPrimitivesLight() : const ZetaPrimitivesDark());