trash constant

IconData const trash

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

Implementation

static const IconData trash = IconData(
  0xf4c4,
  fontFamily: iconFont,
  fontPackage: iconFontPackage,
);