ContainerCustom constructor
const
ContainerCustom({
- required Widget body,
- PreferredSizeWidget? appBar,
- Widget? floatingActionButton,
- Key? key,
Implementation
const ContainerCustom({
required this.body,
this.appBar,
this.bottomNavigationBar,
this.floatingActionButton,
super.key,
});