MicroSiteImageView constructor

const MicroSiteImageView({
  1. String imgUrl = '',
  2. double height = 24,
  3. double width = 24,
  4. BoxFit fit = BoxFit.fill,
  5. double radius = 0,
  6. BorderRadiusGeometry? borderRadius,
  7. Key? key,
})

Implementation

const MicroSiteImageView(
    {this.imgUrl = '',
    this.height = 24,
    this.width = 24,
    this.fit = BoxFit.fill,
    this.radius = 0,
    this.borderRadius,
    super.key});