CircularImageWithBorder constructor

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

Implementation

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