BackgroundView constructor
const
BackgroundView({})
Implementation
const BackgroundView({
super.key,
required this.contentWidget,
this.title,
this.appBarEndActions,
this.appBarStartActions,
});
const BackgroundView({
super.key,
required this.contentWidget,
this.title,
this.appBarEndActions,
this.appBarStartActions,
});