TabItem constructor
const
TabItem({
- dynamic icon,
- ValueState? iconState,
- String? title,
- ValueState<
String> ? titleState,
Implementation
const TabItem({
this.icon,
this.iconState,
this.title,
this.titleState,
});