onVideoButtonTap property

void Function(bool)? onVideoButtonTap
final

Called when video button is tapped. The button will be hidden if its null;

Implementation

final void Function(bool)? onVideoButtonTap;