YImageCorner constructor

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

Implementation

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