ShowVideoView.arguments constructor
ShowVideoView.arguments(
- ShowVideoViewArguments arguments, {
- Key? key,
Implementation
ShowVideoView.arguments(ShowVideoViewArguments arguments, {super.key})
: message = arguments.message,
onLongPressed = arguments.onLongPressed,
appBarModel = arguments.appBarModel,
enableAppBar = arguments.enableAppBar,
playIcon = arguments.playIcon,
viewObserver = arguments.viewObserver,
isCombine = arguments.isCombine,
attributes = arguments.attributes;