inactiveChild property

Widget? inactiveChild
final

Widget shown when the video is muted.

Default - Icon(Icons.volume_up)

Implementation

final Widget? inactiveChild;