exerciseSetup property

BaseContainerOptions exerciseSetup
getter/setter pair

Implementation

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