BaseWidget constructor
const
BaseWidget({
- Key? key,
- required Widget body,
- PreferredSizeWidget? bodyAppBar,
- bool canPop = false,
Implementation
const BaseWidget({
super.key,
required this.body,
this.bodyAppBar,
this.canPop = false,
});