BackgroundWidget constructor
const
BackgroundWidget({})
Implementation
const BackgroundWidget({
Key? key,
required this.body,
this.actions,
this.hasPadding = false,
this.leadingWidget,
this.titleWidget,
this.bottomNavigationBar,
this.floatingActionButton,
this.hasAppBar = true,
this.backgroundColor = Pallet.white,
}) : super(key: key);