borderRadius property
Borderradius that can give the Cardfield rounded corners.
Implementation
int? get borderWidth;@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson) Color? get backgroundColor;@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson) Color? get borderColor;/// Borderradius that can give the Cardfield rounded corners.
int? get borderRadius;