fullScreen property
It is the icon that appears when you want to enter full screen.
DEFAULT:
Icon(Icons.fullscreen_outlined, color: Colors.white, size: 24);
Implementation
final Widget fullScreen;
It is the icon that appears when you want to enter full screen.
DEFAULT:
Icon(Icons.fullscreen_outlined, color: Colors.white, size: 24);
final Widget fullScreen;