SmartImage constructor
const
SmartImage({
- required String imageUrl,
- Key? key,
- double? width,
- double? height,
- SmartBorderRadius? radius,
Implementation
const SmartImage({required this.imageUrl, super.key, this.width, this.height, this.radius});