(context) => HomePage(widget.isDark, themeChanger)
上面的語句翻譯過來就是函數
func_name(context){return HomePage(widget.isDark, themeChanger);}