ImageTab constructor
const
ImageTab({
- Key? key,
- Widget? image,
- String? imgSource,
- ImageProvider<
Object> ? imageProvider, - WrapperModel? wrapperModel,
- String? label,
- bool? rotate,
- int? rotateTurns,
- double? height,
- double? width,
- double spacing = 4,
- bool? vertical,
- BorderRadius? borderRadius,
- BoxFit? fit,
Implementation
const ImageTab({
super.key,
this.image,
this.imgSource,
this.imageProvider,
super.wrapperModel,
super.label,
super.rotate,
super.rotateTurns,
super.height,
this.width,
this.spacing = 4,
this.vertical,
this.borderRadius,
this.fit,
});