FileExplorerPlugin constructor
const
FileExplorerPlugin()
Create the file explorer plugin.
Implementation
const FileExplorerPlugin()
: super(
identifier: 'file_explorer',
name: 'File explorer',
icon: Icons.folder,
windowSize: const Size(320, 480),
);