S360fFileItem constructor
const
S360fFileItem({
- Key? key,
- String title = '',
- String dateTime = '',
- String link = '',
- String tagText = '',
- S360fWidgetColorVariant tagColor = S360fWidgetColorVariant.primary,
- VoidCallback? onClickLink,
- VoidCallback? onDeleteFile,
Implementation
const S360fFileItem({
super.key,
this.title = '',
this.dateTime = '',
this.link = '',
this.tagText = '',
this.tagColor = S360fWidgetColorVariant.primary,
this.onClickLink,
this.onDeleteFile,
});