GifImage constructor
GifImage({
- required ImageProvider<
Object> image, - required GifController controller,
- String? semanticLabel,
- bool excludeFromSemantics = false,
- double? width,
- double? height,
- VoidCallback? onFetchCompleted,
- Color? color,
- BlendMode? colorBlendMode,
- BoxFit? fit,
- AlignmentGeometry alignment = Alignment.center,
- ImageRepeat repeat = ImageRepeat.noRepeat,
- Rect? centerSlice,
- bool matchTextDirection = false,
- bool gaplessPlayback = false,
Implementation
GifImage({
required this.image,
required this.controller,
this.semanticLabel,
this.excludeFromSemantics = false,
this.width,
this.height,
this.onFetchCompleted,
this.color,
this.colorBlendMode,
this.fit,
this.alignment = Alignment.center,
this.repeat = ImageRepeat.noRepeat,
this.centerSlice,
this.matchTextDirection = false,
this.gaplessPlayback = false,
});