CustomCircleAvatar constructor

const CustomCircleAvatar({
  1. Key? key,
  2. String? image,
  3. double size = 50,
})

Implementation

const CustomCircleAvatar({Key? key, this.image, this.size = 50})
    : super(key: key);