raisedbutton shape

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

});
}),
posted @ 2019-06-14 23:52  braveheart007  阅读(307)  评论(0编辑  收藏  举报