FotoGallery constructor
FotoGallery({
- Key? key,
- required String image,
- required List<
String> imageList, - required int index,
- FilterQuality filterQuality = FilterQuality.low,
- ImageFrameBuilder? frameBuilder,
- ImageErrorWidgetBuilder? errorWidgetBuilder,
- String? semanticLabel,
- bool excludeFromSemantics = false,
- double? width,
- double? height,
- Color? color,
- Animation<
double> ? opacity, - BlendMode? blendMode,
- BoxFit? fit,
- Alignment alignment = Alignment.center,
- ImageRepeat imageRepeat = ImageRepeat.noRepeat,
- bool matchTextDirection = false,
- bool gaplessPlayback = false,
- Rect? centerSlice,
- bool isAntiAlias = false,
- int? cacheHeight,
- int? cacheWidth,
- Map<
String, String> ? headers, - ImageLoadingBuilder? loadingBuilder,
- double scale = 1.0,
- required String imgurl,
Implementation
FotoGallery(
{Key? key,
required this.image,
required this.imageList,
required this.index,
this.filterQuality = FilterQuality.low,
this.frameBuilder,
this.errorWidgetBuilder,
this.semanticLabel,
this.excludeFromSemantics = false,
this.width,
this.height,
this.color,
this.opacity,
this.blendMode,
this.fit,
this.alignment = Alignment.center,
this.imageRepeat = ImageRepeat.noRepeat,
this.matchTextDirection = false,
this.gaplessPlayback = false,
this.centerSlice,
this.isAntiAlias = false,
this.cacheHeight,
this.cacheWidth,
this.headers,
this.loadingBuilder,
this.scale = 1.0,
required this.imgurl})
: super(key: key);