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