AdjustableImage constructor

const AdjustableImage({
  1. Key? key,
  2. required MethyleneImage image,
  3. double? height,
  4. double? width,
})

Implementation

const AdjustableImage({super.key, required this.image, this.height, this.width});