PickerNav({ required Directory dir, String? name, }) { final abs = dir.absolute; this.dir = abs; this.name = name ?? path.basename(abs.path); }