showViewFromYourSeat property

  1. @BuiltValueField(wireName: 'showViewFromYourSeatOnMobile')
bool? showViewFromYourSeat

On mobile, a view from seat thumbnail is displayed on the top left of the screen. Tapping this image will expand the thumbnail. You can hide this thumbnail on mobile by passing showViewFromYourSeatOnMobile: false.

Implementation

@BuiltValueField(wireName: 'showViewFromYourSeatOnMobile')
bool? get showViewFromYourSeat;