FastAppCopyright constructor

const FastAppCopyright({
  1. Key? key,
  2. bool short = false,
  3. String? customText,
  4. EdgeInsets? margin,
  5. String? author,
  6. int? year,
  7. String? name,
})

Implementation

const FastAppCopyright({
  super.key,
  this.short = false,
  this.customText,
  this.margin,
  this.author,
  this.year,
  this.name,
});