... flutter apps. ThemeData.dark() gives the dark theme across the application. MaterialApp( theme: ThemeData.dark(), // default dark the theme ) ...
確定! 回上一頁