BaseContainerOptions constructor
const
BaseContainerOptions({})
This dictates how each screen is going to be displayed Controls the minor details like the color, topBar, bottomBar and others
Implementation
const BaseContainerOptions(
{this.bottomBarColor = Colors.pink,
this.color = Colors.pink,
this.showBottomBar = false,
this.padding = EdgeInsets.zero,
this.showTopBar = false,
this.animate = false,
this.allowDebugging = true,
this.backgroundColor = Colors.white});