getBorderRadius method
- dynamic token
Gets the border radius based on the checkbox.
Implementation
double getBorderRadius(token) {
return token.borderRadius;
}
Gets the border radius based on the checkbox.
double getBorderRadius(token) {
return token.borderRadius;
}