ShowImageView constructor
const
ShowImageView({
- required Message message,
- void onLongPressed(
- BuildContext context,
- Message message
- void onTap(
- BuildContext context,
- Message message
- ChatUIKitAppBarModel? appBarModel,
- bool enableAppBar = true,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
- bool isCombine = false,
- 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,
});