TTab<T> constructor
const
TTab<T> ({})
Creates a tab item.
Implementation
const TTab({
required this.value,
this.text,
this.icon,
this.isEnabled = true,
this.isActive = false,
}) : assert(icon != null || text != null, 'Either icon or text must be provided');