SlidableMyFileItem constructor Null safety
Implementation
const SlidableMyFileItem({
Key? key,
required this.onShared,
required this.pushScreen,
required this.isShare,
required this.file,
required this.date,
required this.lastPath,
required this.updateFilesList,
}) : super(key: key);