TabEntry constructor
Implementation
TabEntry({
this.title,
this.subtitle,
this.icon,
required this.child,
this.onSearch,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.route,
this.inheritIcon = true,
});
TabEntry({
this.title,
this.subtitle,
this.icon,
required this.child,
this.onSearch,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.route,
this.inheritIcon = true,
});