const
DuTaToColors({ - required Color paper,
- required Color paper2,
- required Color paper3,
- required Color rule,
- required Color ruleSoft,
- required Color ink,
- required Color ink2,
- required Color inkMuted,
- required Color inkFaint,
- required Color surface,
- required Color onAccent,
- required Color ochre,
- required Color ochreDeep,
- required Color ochreSoft,
- required Color ochreTint,
- required Color forest,
- required Color forestDeep,
- required Color forestSoft,
- required Color forestTint,
- required Color plum,
- required Color plumTint,
- required Color clay,
- required Color clayTint,
- required Color sun,
- required Color sunTint,
- required Color sky,
- required Color skyTint,
- required Color m0,
- required Color m1,
- required Color m2,
- required Color m3,
- required Color m4,
- required Color m5,
- required Color mInProgress,
- required Color domainPm,
- required Color domainAlgo,
- required Color domainCode,
- required Color domainDesign,
- required Color domainData,
})
Implementation
const DuTaToColors({
required this.paper,
required this.paper2,
required this.paper3,
required this.rule,
required this.ruleSoft,
required this.ink,
required this.ink2,
required this.inkMuted,
required this.inkFaint,
required this.surface,
required this.onAccent,
required this.ochre,
required this.ochreDeep,
required this.ochreSoft,
required this.ochreTint,
required this.forest,
required this.forestDeep,
required this.forestSoft,
required this.forestTint,
required this.plum,
required this.plumTint,
required this.clay,
required this.clayTint,
required this.sun,
required this.sunTint,
required this.sky,
required this.skyTint,
required this.m0,
required this.m1,
required this.m2,
required this.m3,
required this.m4,
required this.m5,
required this.mInProgress,
required this.domainPm,
required this.domainAlgo,
required this.domainCode,
required this.domainDesign,
required this.domainData,
});