fullScreen property

Widget fullScreen
final

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;