Tab constructor

Tab({
  1. String? label,
  2. TabGroup? group,
  3. Object? input,
  4. bool? isActive,
  5. bool? isDirty,
  6. bool? isPinned,
  7. bool? isPreview,
})

Implementation

factory Tab({
  _i2.String? label,
  _i3.TabGroup? group,
  _i2.Object? input,
  _i2.bool? isActive,
  _i2.bool? isDirty,
  _i2.bool? isPinned,
  _i2.bool? isPreview,
}) =>
    Tab._(
      label: label,
      group: group ?? _i6.undefined,
      input: input ?? _i6.undefined,
      isActive: isActive,
      isDirty: isDirty,
      isPinned: isPinned,
      isPreview: isPreview,
    );