Emblem constructor
const
Emblem({
- required SvgWrapper shape,
- required SvgWrapper pattern,
- required List<
EmblemIcon> icons, - required HslColor primaryColor,
- required HslColor secondaryColor,
- required HslColor iconsColor,
- required EmblemType type,
Implementation
const Emblem({
required this.shape,
required this.pattern,
required this.icons,
required this.primaryColor,
required this.secondaryColor,
required this.iconsColor,
required this.type,
});