You can use a RaisedButton and have a Row/Column having an Icon and Text as its child. RaisedButton( color: Colors.redAccent, padding: EdgeInsets.all(8.0), ...
確定! 回上一頁