style: format code

This commit is contained in:
JingChiang
2024-09-08 20:28:52 +08:00
parent 994701e2ff
commit cf3abfc12b
7 changed files with 226 additions and 220 deletions

View File

@@ -9,6 +9,7 @@ import 'package:topic/HomePage.dart';
class KnowledgePage extends StatelessWidget {
final String email; // 接收來自上個頁面的 email
KnowledgePage({required this.email});
@override
Widget build(BuildContext context) {
return Scaffold(