M3ETheme constructor

const M3ETheme({
  1. required M3EColors colors,
  2. required M3ETypography typography,
  3. required M3EShapes shapes,
  4. required M3ESpacing spacing,
  5. required M3EMotion motion,
})

Implementation

const M3ETheme({
  required this.colors,
  required this.typography,
  required this.shapes,
  required this.spacing,
  required this.motion,
});