TabInfo constructor

const TabInfo({
  1. required PageRouteInfo route,
  2. required IconData icon,
  3. required String label,
})

Implementation

const TabInfo({
  required this.route,
  required this.icon,
  required this.label,
});