DesignSystemShapes constructor
const
DesignSystemShapes({})
Implementation
const DesignSystemShapes({
required this.cornerNone,
required this.cornerSmall,
required this.cornerMedium,
required this.cornerLarge,
required this.cornerRound,
});