This plugin gets the corner radius of the current device
npm install device-corner-radius-capacitor
npx cap syncgetCornerRadius() => Promise<CornerRadius>Returns: Promise<CornerRadius>
| Prop | Type |
|---|---|
topLeft |
number |
topRight |
number |
bottomLeft |
number |
bottomRight |
number |