SimpleImage constructor

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

Implementation

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