back constant

IconData const back

chevron_back — Cupertino icon for a thicker left chevron used in iOS for the navigation bar back button. This is the same icon as chevron_back in cupertino_icons 1.0.0+.

Implementation

static const IconData back = IconData(
  0xf3cf,
  fontFamily: iconFont,
  fontPackage: iconFontPackage,
  matchTextDirection: true,
);