ListCardRF constructor

ListCardRF({
  1. dynamic leading,
  2. dynamic statusColor = Colors.green,
  3. dynamic body,
  4. dynamic height,
  5. dynamic action,
  6. dynamic bottomLevel,
  7. dynamic dateTextColor,
  8. dynamic dateBackgroundColor,
  9. EdgeInsets? padding,
})

Implementation

ListCardRF({
  this.leading,
  this.statusColor = Colors.green,
  this.body,
  this.height,
  this.action,
  this.bottomLevel,
  this.dateTextColor,
  this.dateBackgroundColor,
  this.padding,
});