UdRadiusClip constructor

UdRadiusClip({
  1. double? radius,
  2. Widget? child,
})

Implementation

UdRadiusClip({this.radius, this.child});