CustomCallbacks class
Constructors
- CustomCallbacks({void onLongPressStartedCallback(MeeduPlayerController controller)?, void onLongPressEndedCallback(MeeduPlayerController controller)?})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onLongPressEndedCallback → void Function(MeeduPlayerController controller)?
-
Callback for mobile: Triggered when a long press ends, typically used for slowing down the video.
final
- onLongPressStartedCallback → void Function(MeeduPlayerController controller)?
-
Callback for mobile: Triggered when a long press starts, typically used for speeding up the video.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{void onLongPressStartedCallback(MeeduPlayerController controller)?, void onLongPressEndedCallback(MeeduPlayerController controller)?}) → CustomCallbacks -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited