FlintImage constructor
FlintImage({
- required String src,
- String? alt,
- double? width,
- double? height,
- EdgeInsets? margin,
- EdgeInsets? padding,
- String? alignment,
- BoxBorder? border,
- BorderRadius? borderRadius,
- BoxShadow? shadow,
- ImageStyle style = const ImageStyle(),
- String? caption,
- bool lazyLoading = false,
- String? linkUrl,
Implementation
FlintImage({
required this.src,
this.alt,
this.width,
this.height,
this.margin,
this.padding,
this.alignment,
this.border,
this.borderRadius,
this.shadow,
this.style = const ImageStyle(),
this.caption,
this.lazyLoading = false,
this.linkUrl,
});