exerciseSetup property
Implementation
static BaseContainerOptions exerciseSetup = BaseContainerOptions(
showBottomBar: false,
showTopBar: true,
allowDebugging: true,
animate: true,
backgroundColor: Colors.pink.withOpacity(.14),
padding: EdgeInsets.zero);