playChild property

Widget? playChild
final

Widget shown when the video is paused.

Default - Icon(Icons.play_arrow)

Implementation

final Widget? playChild;