DataTab constructor

DataTab({
  1. String? title,
  2. bool? isSelected,
})

Implementation

DataTab({this.title, this.isSelected});