首页 > 技术文章 > raisedbutton shape

braveheart007 2019-06-14 23:52 原文

RaisedButton(
child:Text('delete'),
clipBehavior: Clip.antiAliasWithSaveLayer,
color: Colors.orangeAccent,
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(28)),
onPressed: (){
_textEditingController.text = '';
_textEditingControllertwo.text = '';
setState(() {

});
}),

推荐阅读