DMode constructor
DMode({})
Implementation
DMode({
required this.primaryColor,
required this.screenBgColor,
required this.primaryLabelColor,
required this.secondaryLabelColor,
required this.cardColor,
required this.onPrimaryColor,
required this.dangerColor,
required this.warningColor,
});