icons constant
Implementation
static const icons = <Icon>[
Icon(
Icons.volunteer_activism,
color: Colors.green,
),
Icon(
Icons.update,
color: Colors.orange,
),
Icon(
Icons.do_not_touch_outlined,
color: Colors.red,
),
];