fullScreenExit property

Widget fullScreenExit
final

It is the icon that appears when you want to exit the full screen.

DEFAULT:

 Icon(Icons.fullscreen_exit_outlined, color: Colors.white, size: 24);

Implementation

final Widget fullScreenExit;