CreationPanel constructor
const
CreationPanel({
- Curve? animationCurve,
- Duration? animationDuration,
- Color? backgorundColor,
- required Widget child,
- required double height,
- Key? key,
- Widget openCloseBuilder()?,
- Widget creationSectionButtonBuilder(
- BuildContext context,
- CreationSectionData creationSectionData,
- bool selected
- Widget trashBuilder(
- bool onBlockEnter
- Widget runBuilder(
- Color? enterBlockColor
- Widget stopBuilder()?,
Implementation
const CreationPanel({
this.animationCurve,
this.animationDuration,
this.backgorundColor,
required this.child,
required this.height,
Key? key,
this.openCloseBuilder,
this.creationSectionButtonBuilder,
this.trashBuilder,
this.runBuilder,
this.stopBuilder,
}) : super(key: key);