PlaceHolder(每日Flutter 小部件)
占位控件color: Colors.blue, // 设置占位符颜色 defalutBlue Grey 70strokeWidth: 5, //设置画笔宽度fallbackHeight: 200, //设置占位符宽度fallbackWidth: 200, //设置占位符高度
import ‘package:flutter/material.dart‘; class PlaceHolderWidget extends StatelessWidget { @override Widget build(BuildContext context) { return Placeholder( color: Colors.blue, // 设置占位符颜色 defalutBlue Grey 70 strokeWidth: 5, //设置画笔宽度 fallbackHeight: 200, //设置占位符宽度 fallbackWidth: 200, //设置占位符高度 ); } }
相关推荐
JM 2020-05-04
haidaoxianzi 2020-04-18
81570790 2020-04-16
攻城师 2013-05-14
haohong 2020-01-17
JM 2019-12-22
cherry0 2019-12-13
拭血 2019-11-17
hnyzyty 2019-11-04
zyhui 2019-09-08
wcssdu 2017-11-01
jiedinghui 2018-04-03
zZoOoOJaVa 2018-02-19
MayMatrix 2015-01-09
hualala 2019-07-01
LiteHeaven 2019-06-30
mjbaishiyun 2019-06-30