Flutter常用控件-Button

new RaisedButton(

onPressed: (){

},

color:Colors.redAccent,

child:newText('红色按钮')

),

你可能感兴趣的:(Flutter常用控件-Button)