borderRadius top-level constant

Map<String, double> const borderRadius

Default border radius values for Wind theme

These values can be customized via WindThemeData.borderRadius

Implementation

const Map<String, double> borderRadius = {
  'none': 0.0,
  'sm': 2.0,
  'DEFAULT': 4.0,
  'md': 6.0,
  'lg': 8.0,
  'xl': 12.0,
  '2xl': 16.0,
  '3xl': 24.0,
  'full': 9999.0,
};