GetImage constructor
const
GetImage({
- Key? key,
- String? imagePath,
- double width = Siz.profileImageSize,
- double height = Siz.profileImageSize,
- BoxFit fit = BoxFit.cover,
- double? radius,
- bool isAssets = false,
- Color? imageColor,
- BorderRadius? borderRadius,
- Color? loadingColor,
- GestureTapCallback? onTap,
- BoxDecoration? backgroundDecoration,
- PageController? pageController,
- dynamic onPageChanged()?,
- PreferredSizeWidget? appBar,
Implementation
const GetImage(
{super.key,
this.imagePath,
this.width = Siz.profileImageSize,
this.height = Siz.profileImageSize,
this.fit = BoxFit.cover,
this.radius,
this.isAssets = false,
this.imageColor,
this.borderRadius,
this.loadingColor,
this.onTap,
this.backgroundDecoration,
this.pageController,
this.onPageChanged,
this.appBar});