RecupCardStory constructor

const RecupCardStory({
  1. Key? key,
  2. String backgroundImage = '',
  3. String imageAvatar = '',
  4. String text = '',
  5. bool active = false,
})

Implementation

const RecupCardStory({
  Key? key,
  this.backgroundImage = '',
  this.imageAvatar = '',
  this.text = '',
  this.active = false,
}) : super(key: key);