SpaceJamImageBox constructor

const SpaceJamImageBox(
  1. Image image, {
  2. Key? key,
  3. String? imageURL,
  4. double? height,
  5. bool autoHeight = false,
  6. VoidCallback? onTap,
  7. String? tooltip,
  8. bool isInteractive = true,
  9. String? semanticLabel,
})

Constructor

Implementation

const SpaceJamImageBox(
  this.image, {
  Key? key,
  this.imageURL,
  this.height,
  this.autoHeight = false,
  this.onTap,
  this.tooltip,
  this.isInteractive = true,
  this.semanticLabel,
}) : super(key: key);