S360fFileItem constructor

const S360fFileItem({
  1. Key? key,
  2. String title = '',
  3. String dateTime = '',
  4. String link = '',
  5. String tagText = '',
  6. S360fWidgetColorVariant tagColor = S360fWidgetColorVariant.primary,
  7. VoidCallback? onClickLink,
  8. VoidCallback? onDeleteFile,
})

Implementation

const S360fFileItem({
  super.key,
  this.title = '',
  this.dateTime = '',
  this.link = '',
  this.tagText = '',
  this.tagColor = S360fWidgetColorVariant.primary,
  this.onClickLink,
  this.onDeleteFile,
});