onPlay property

dynamic Function()? onPlay
final

This function serves as a callback that will be triggered when the play button is tapped.

Implementation

final Function()? onPlay;