ImageArea.expand constructor
ImageArea.expand({
- ImageController? controller,
- String? onLoadingImage,
- BoxDecoration? decoration,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Widget? emptyChild,
- Widget? onErrorChild,
- Widget? onDragChild,
- Widget? onLoadingChild,
- BoxFit? fit,
- Key? key,
Constructs an ImageArea that expands to fill available space.
Implementation
ImageArea.expand({
this.controller,
this.onLoadingImage,
this.decoration,
this.margin,
this.padding,
this.emptyChild,
this.onErrorChild,
this.onDragChild,
this.onLoadingChild,
this.fit,
super.key
}) :
width = double.infinity,
height = double.infinity;