AdjustableImage constructor
const
AdjustableImage({
- Key? key,
- required MethyleneImage image,
- double? height,
- double? width,
Implementation
const AdjustableImage({super.key, required this.image, this.height, this.width});