ListCardRF constructor
ListCardRF({
- dynamic leading,
- dynamic statusColor = Colors.green,
- dynamic body,
- dynamic height,
- dynamic action,
- dynamic bottomLevel,
- dynamic dateTextColor,
- dynamic dateBackgroundColor,
- EdgeInsets? padding,
Implementation
ListCardRF({
this.leading,
this.statusColor = Colors.green,
this.body,
this.height,
this.action,
this.bottomLevel,
this.dateTextColor,
this.dateBackgroundColor,
this.padding,
});