CollapsibleBody constructor
Implementation
const CollapsibleBody(
    {this.margin: EdgeInsets.zero,
    this.child,
    this.onSave,
    this.onCancel,
    this.maxNumber});
    const CollapsibleBody(
    {this.margin: EdgeInsets.zero,
    this.child,
    this.onSave,
    this.onCancel,
    this.maxNumber});