fullScreenExit property
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;
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);
final Widget fullScreenExit;