fullscreenExit property

IconData fullscreenExit

Icons:

Implementation

IconData get fullscreenExit => isMaterial(context)
    ? Icons.fullscreen_exit
    : CupertinoIcons.fullscreen_exit;