SmartImage constructor

const SmartImage({
  1. required String imageUrl,
  2. Key? key,
  3. double? width,
  4. double? height,
  5. SmartBorderRadius? radius,
})

Implementation

const SmartImage({required this.imageUrl, super.key, this.width, this.height, this.radius});