ProAssetImage constructor
const
ProAssetImage({})
Using asset image is now more easy with ProAssetImage. Just check parameters and pass values.
Implementation
const ProAssetImage({
Key? key,
required this.height,
required this.width,
required this.imagePath,
this.boxFit,
this.imageAlignment,
this.borderRadius,
this.child,
}) : super(key: key);