HeaderMyFolderFile constructor Null safety
- {Key? key,
- required ScrollController scrollController,
- required List<
String> lastPaths}
Implementation
const HeaderMyFolderFile({
Key? key,
required this.scrollController,
required this.lastPaths,
}) : super(key: key);