PathBar constructor
Implementation
const PathBar({
super.key,
required this.currentPath,
required this.pathHistory,
required this.onNavigateUp,
required this.onRefresh,
required this.isLoading,
required this.currentDirFileCount,
required this.friendlyFolderName,
});