CustomCallbacks constructor
const
CustomCallbacks({
- void onLongPressStartedCallback(
- MeeduPlayerController controller
- void onLongPressEndedCallback(
- MeeduPlayerController controller
Implementation
const CustomCallbacks({
this.onLongPressStartedCallback,
this.onLongPressEndedCallback,
});