XCardForText constructor

XCardForText({
  1. String? description,
  2. double? width,
  3. bool? photoLeft,
  4. double? heightPhoto,
  5. double? height,
  6. String? imageAssets,
  7. String? title,
})

Implementation

XCardForText({
  this.description,
  this.width,
  this.photoLeft,
  this.heightPhoto,
  this.height,
  this.imageAssets,
  this.title,
});