ofCorner method

double? ofCorner(
  1. String? key
)

Implementation

double? ofCorner(
  String? key,
) {
  return radiusMap[key];
}