SimpleBox constructor
const
SimpleBox({})
Implementation
const SimpleBox(
{super.key,
this.title,
this.actions,
this.isLoading = false,
this.bodyPadding,
this.bodyBuilder,
this.titleHeight,
this.maxWidth,
this.backgroundColor,
this.borderRadius,
this.titleWidget,
this.bodyIsExpanded = false});