CircleImageView constructor Null safety
Implementation
const CircleImageView({
Key? key,
this.image,
this.width = 100,
this.height = 100,
}) : super(key: key);
const CircleImageView({
Key? key,
this.image,
this.width = 100,
this.height = 100,
}) : super(key: key);