CurveNetworkBorderImage constructor

const CurveNetworkBorderImage({
  1. Key? key,
  2. Color? borderColor,
  3. double? sizeFromRadius,
  4. String? url,
  5. double? padding,
  6. double? radius,
})

Implementation

const CurveNetworkBorderImage({
  super.key,
  this.borderColor,
  this.sizeFromRadius,
  this.url,
  this.padding,
  this.radius,
});