ListUnit constructor

ListUnit({
  1. required AFMobileIcons icon,
  2. required String label,
  3. required String name,
})

Implementation

ListUnit({
  required this.icon,
  required this.label,
  required this.name,
});