flutter:設置背景圖片

設置背景顏色的話直接添加屬性color:xxx便可,若是設置背景圖片呢? 網絡圖片或者靜態資源看代碼:web new Container( // 控件高度 constraints: new BoxConstraints.expand( height:120.0, ), //設置背景圖片 decoration: ne
相關文章
相關標籤/搜索