folder_open constant

IconData const folder_open = const IconData(0xf38a, fontFamily: iconFont, fontPackage: iconFontPackage)

A single folder that indicates being opened. A folder like this typically stores multiple files.

See also:

  • folder, which is the equivalent of this icon for iOS versions later than or equal to iOS 7.

Implementation

static const IconData folder_open = IconData(0xf38a, fontFamily: iconFont, fontPackage: iconFontPackage)