ScreenableTab constructor

ScreenableTab({
  1. int? id,
  2. required String name,
})

Implementation

ScreenableTab({this.id, required this.name});