SoftUiCard constructor
const
SoftUiCard({})
Implementation
const SoftUiCard({
required this.body,
this.actions = const [],
this.isFull = false,
this.title,
this.header,
this.footer,
this.color,
this.padding,
super.key,
});