AppStyle constructor
const
AppStyle({
- AppBarStyle appBarStyle = const AppBarStyle(),
Implementation
const AppStyle({
this.appBarStyle = const AppBarStyle(),
this.appNavigationStyle = AppNavigationStyle.sideMenu,
});