TabData constructor

TabData({
  1. required String label,
  2. String? path,
})

Implementation

TabData({required this.label, this.path});