ShowImageView constructor

const ShowImageView({
  1. required Message message,
  2. void onLongPressed(
    1. BuildContext context,
    2. Message message
    )?,
  3. void onTap(
    1. BuildContext context,
    2. Message message
    )?,
  4. ChatUIKitAppBarModel? appBarModel,
  5. bool enableAppBar = true,
  6. String? attributes,
  7. ChatUIKitViewObserver? viewObserver,
  8. bool isCombine = false,
  9. Key? key,
})

Implementation

const ShowImageView({
  required this.message,
  this.onLongPressed,
  this.onTap,
  this.appBarModel,
  this.enableAppBar = true,
  this.attributes,
  this.viewObserver,
  this.isCombine = false,
  super.key,
});