TFormTab constructor
const
TFormTab({})
Creates a tab item for sub forms.
Implementation
const TFormTab({
this.value,
required this.title,
this.subtitle,
this.icon,
this.input,
this.fields,
this.sidebarFields,
this.sidebarSize,
this.footer,
this.isEnabled = true,
this.isActive = false,
this.data,
}) : assert(input != null || fields != null, 'Provide either "input" or "fields" for TFormTab.');