TabItem constructor

const TabItem({
  1. dynamic icon,
  2. ValueState? iconState,
  3. String? title,
  4. ValueState<String>? titleState,
})

Implementation

const TabItem({
  this.icon,
  this.iconState,
  this.title,
  this.titleState,
});