ScreenConfig constructor
ScreenConfig({})
Implementation
ScreenConfig({
required this.endpoint,
required this.icon,
required this.hoveredIcon,
required this.tabTitle,
this.pageTitle,
});
ScreenConfig({
required this.endpoint,
required this.icon,
required this.hoveredIcon,
required this.tabTitle,
this.pageTitle,
});