CollapsibleBody constructor

const CollapsibleBody({EdgeInsets margin: EdgeInsets.zero, Widget child, VoidCallback onSave, VoidCallback onCancel, int maxNumber })

Implementation

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