folderZip property Null safety

Widget folderZip
read / write

Implementation

static Widget folderZip = Padding(
  padding: EdgeInsets.only(left: 14),
  child: Icon(
    Icons.attach_file_rounded,
    color: Colors.black38,
    size: 24,
  ),
);