read src page
Future<SrcPage> readSrcPage(String folderPath, String fileName) async { final path = '$folderPath/$fileName'; return readSrcPageFullPath(path); }