M3ETheme constructor
const
M3ETheme({
- required M3EColors colors,
- required M3ETypography typography,
- required M3EShapes shapes,
- required M3ESpacing spacing,
- required M3EMotion motion,
Implementation
const M3ETheme({
required this.colors,
required this.typography,
required this.shapes,
required this.spacing,
required this.motion,
});