fullscreen_exit constant

IconData const fullscreen_exit

arrow_down_right_arrow_up_left — Cupertino icon for all four corners of a square facing outwards. This is the same icon as arrow_down_right_arrow_up_left in cupertino_icons 1.0.0+.

See also:

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

Implementation

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