CircularNetworkImage constructor

const CircularNetworkImage({
  1. Key? key,
  2. double? sizeOfImage,
  3. String? url,
})

Implementation

const CircularNetworkImage({super.key, this.sizeOfImage, this.url});