CellIcon constructor

CellIcon({
  1. required IconData icon,
  2. double size = 24,
  3. Color color = Colors.black,
})

Implementation

CellIcon({required this.icon, this.size = 24, this.color = Colors.black});