SpaceJamCollectionItem constructor

const SpaceJamCollectionItem({
  1. required String upperValue,
  2. Key? key,
  3. String? upperCaption,
  4. String tooltip = "",
  5. VoidCallback? onTap,
  6. Color? backgroundColor,
  7. DecorationImage? backgroundImage,
  8. String? lowerCaption,
  9. String? lowerValue,
  10. String? semanticLabel,
})

Constructor

Implementation

const SpaceJamCollectionItem({
  required this.upperValue,
  Key? key,
  this.upperCaption,
  this.tooltip = "",
  this.onTap,
  this.backgroundColor,
  this.backgroundImage,
  this.lowerCaption,
  this.lowerValue,
  this.semanticLabel,
}) : super(key: key);