fullscreenButtonLabel property

String get fullscreenButtonLabel

Implementation

String get fullscreenButtonLabel =>
    isFullscreenActive ? labels.exitFullscreen : labels.fullscreen;