ComTheme constructor
const
ComTheme({})
Implementation
const ComTheme({
required this.shapes,
required this.spacing,
required this.success,
required this.error,
required this.warning,
required this.link,
});