folder_solid constant

IconData const folder_solid = const IconData(0xf435, fontFamily: iconFont, fontPackage: iconFontPackage)

A single folder, which stores multiple files. This icon is filled in.

See also:

  • folder, which is similar, but not filled in.
  • folder_open, which is the pre-iOS 7 version of this icon and not filled in.

Implementation

static const IconData folder_solid = IconData(0xf435, fontFamily: iconFont, fontPackage: iconFontPackage)