arrow_up constant

IconData const arrow_up

— Cupertino icon named "arrow_up". Available on cupertino_icons package 1.0.0+ only. This is the same icon as up_arrow which is available in cupertino_icons 0.1.3.

Implementation

static const IconData arrow_up = IconData(
  0xf366,
  fontFamily: iconFont,
  fontPackage: iconFontPackage,
);