ShowVideoView constructor
const
ShowVideoView({
- required Message message,
- void onLongPressed(
- BuildContext context,
- Message message
- Widget? playIcon,
- ChatUIKitAppBarModel? appBarModel,
- bool enableAppBar = true,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
- bool isCombine = false,
- Key? key,
Implementation
const ShowVideoView({
required this.message,
this.onLongPressed,
this.playIcon,
this.appBarModel,
this.enableAppBar = true,
this.attributes,
this.viewObserver,
this.isCombine = false,
super.key,
});