getBorderRadius method

double getBorderRadius(
  1. dynamic token
)

Gets the border radius based on the checkbox.

Implementation

double getBorderRadius(token) {
  return token.borderRadius;
}