BusinessTheme constructor
BusinessTheme({})
Implementation
BusinessTheme({
required this.dark,
required this.showTabBar,
required this.themeColor,
required this.primaryColor,
required this.secondaryColor,
required this.isLoginRequired,
required this.screenBackground,
});