RecupCardOne constructor

const RecupCardOne({
  1. Key? key,
  2. void onTap()?,
  3. String backgroundImage = '',
  4. Widget? iconButton,
  5. String titulo = '',
  6. String subtitulo = '',
  7. Widget? child,
  8. bool isSmallCard = true,
  9. Widget? widgetTitle,
  10. double? height,
})

Implementation

const RecupCardOne({
  Key? key,
  this.onTap,
  this.backgroundImage = '',
  this.iconButton,
  this.titulo = '',
  this.subtitulo = '',
  this.child,
  this.isSmallCard = true,
  this.widgetTitle,
  this.height,
}) : super(key: key);