RadiusConfig constructor
const
RadiusConfig({})
Implementation
const RadiusConfig({
this.xs = '4px',
this.sm = '6px',
this.md = '8px',
this.lg = '10px',
this.xl = '14px',
this.xxl = '18px',
this.full = '9999px',
});