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