dark () is responsible to provide the dart theme across the application. MaterialApp( theme: ThemeData.dark(), // default dark the theme );.
確定! 回上一頁