Tab constructor
Tab({})
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,
);