borderRadius property

int? get borderRadius
inherited

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;