MyFilesDialog constructor Null safety
Implementation
const MyFilesDialog({
Key? key,
required this.path,
required this.isDirectory,
required this.onPressed,
}) : super(key: key);
const MyFilesDialog({
Key? key,
required this.path,
required this.isDirectory,
required this.onPressed,
}) : super(key: key);