selectedPath property
String?
get
selectedPath
The selected file/directory path (null if nothing selected).
Implementation
String? get selectedPath => _selectedPath;
The selected file/directory path (null if nothing selected).
String? get selectedPath => _selectedPath;