photoLibrarySolid property

IconData photoLibrarySolid

Icons: Icons.photo_library : CupertinoIcons.photo_fill_on_rectangle_fill

Implementation

IconData get photoLibrarySolid => isMaterial(context)
    ? Icons.photo_library
    : CupertinoIcons.photo_fill_on_rectangle_fill;