TdTabPanel constructor

const TdTabPanel({
  1. Key? key,
  2. bool isAction = false,
  3. required Widget title,
})

Implementation

const TdTabPanel({
  super.key,
  this.isAction = false,
  required this.title,
});