Loading...
一.基础组件1.MaterialApp常见属性: title theme hometitle: 用来展示窗口的标题内容(可以不设置)theme: 用来设置整个应用的主题home: 用来展示窗口的主体内容void main(List<String> args) { runApp( MaterialApp( title:...