theme: ThemeData.from(colorScheme: ColorScheme.fromSwatch(primarySwatch: Colors.amber)), home: Scaffold( appBar: AppBar( title: Text('Flutter Demo'), ) ...
確定! 回上一頁