copyWith method
BaseContainerOptions
copyWith({
- dynamic allowDebugging = true,
- dynamic padding = EdgeInsets.zero,
- dynamic showBottomBar = false,
- dynamic backgroundColor = Colors.white,
- dynamic showTopBar = false,
- dynamic bottomBarColor,
BaseContainerOptions.copyWith has been deprecated
use BaseContainerOptions.defaultSetup instead.
Implementation
@deprecated
BaseContainerOptions copyWith(
{allowDebugging = true,
padding = EdgeInsets.zero,
showBottomBar = false,
backgroundColor = Colors.white,
showTopBar = false,
bottomBarColor}) {
return BaseContainerOptions();
}