ModulaCard constructor
const
ModulaCard({
- Key? key,
- Widget? header,
- Widget? body,
- EdgeInsetsGeometry padding = const EdgeInsets.all(16),
- double elevation = 4,
- BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.circular(12)),
- Color color = Colors.white,
- bool removeBetweenPadding = true,
Implementation
const ModulaCard({
super.key,
this.header,
this.body,
this.footer,
this.padding = const EdgeInsets.all(16),
this.elevation = 4,
this.borderRadius = const BorderRadius.all(Radius.circular(12)),
this.color = Colors.white,
this.removeBetweenPadding = true,
});