MuseCellGroup constructor
const
MuseCellGroup({})
Implementation
const MuseCellGroup({
super.key,
this.children = const <Widget>[],
this.isCard = false,
this.border = true,
this.radius,
this.title,
this.titlePadding = const EdgeInsets.symmetric(vertical: 5, horizontal: 16),
this.slotTitle,
});