YImageCircle constructor

YImageCircle(
  1. double? width,
  2. double? height,
  3. String url, {
  4. BoxFit fit = BoxFit.cover,
  5. String? imagePlaceHolder,
})

Implementation

YImageCircle(
  this.width,
  this.height,
  this.url, {
  this.fit = BoxFit.cover,
  this.imagePlaceHolder,
});