borderRadiusMap constant
Implementation
static const Map<String, Map<String, double>> borderRadiusMap = {
'sharp': {'small': 4, 'medium': 6, 'large': 8},
'soft': {'small': 8, 'medium': 12, 'large': 16},
'smooth': {'small': 24, 'medium': 16, 'large': 24},
};