ShowVideoView.arguments constructor

ShowVideoView.arguments(
  1. ShowVideoViewArguments arguments, {
  2. 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;