CustomCallbacks constructor

const CustomCallbacks({
  1. void onLongPressStartedCallback(
    1. MeeduPlayerController controller
    )?,
  2. void onLongPressEndedCallback(
    1. MeeduPlayerController controller
    )?,
})

Implementation

const CustomCallbacks({
  this.onLongPressStartedCallback,
  this.onLongPressEndedCallback,
});