MyFilesItems constructor
const
MyFilesItems({})
Implementation
const MyFilesItems({
Key? key,
required this.item,
required this.date,
this.isShare = false,
required this.onPushScreen,
required this.onUnzipFile,
required this.onOpenDocument,
required this.onShared,
}) : super(key: key);