fullscreen_exit constant

IconData const fullscreen_exit = const IconData(0xf37d, fontFamily: iconFont, fontPackage: iconFontPackage)

All four corners of a square facing outwards.

See also:

  • fullscreen, which is similar, but has the corners facing inwards.

Implementation

static const IconData fullscreen_exit = IconData(0xf37d, fontFamily: iconFont, fontPackage: iconFontPackage)