ZetaPrimitivesDark constructor
- ZetaColorSwatch? primary,
- ZetaColorSwatch? secondary,
Constructs a new ZetaPrimitivesDark instance with the (optional) primary and secondary colors.
Implementation
const ZetaPrimitivesDark({super.primary, super.secondary}) : super(brightness: Brightness.dark);