shouldShowVideo property
bool
get
shouldShowVideo
Whether video should be displayed (enabled and has tracks)
Implementation
bool get shouldShowVideo => isVideoEnabled && hasVideoTracks && !isLoading;
Whether video should be displayed (enabled and has tracks)
bool get shouldShowVideo => isVideoEnabled && hasVideoTracks && !isLoading;