RecupCardDeposits constructor

const RecupCardDeposits({
  1. Key? key,
  2. String titulo = '',
  3. String subtitulo = '',
  4. Color? avatarBackgroundColor,
  5. String? foto,
  6. String quantityValue = '',
  7. String recoinsValue = '',
  8. bool active = false,
})

Implementation

const RecupCardDeposits(
    {Key? key,
    this.titulo = '',
    this.subtitulo = '',
    this.avatarBackgroundColor,
    this.foto,
    this.quantityValue = '',
    this.recoinsValue = '',
    this.active = false})
    : super(key: key);