On my Flutter app i have an OutlinedButton with rounded corners: OutlinedButton( child: Text( "a label", ), onPressed: () { // do something } ...
確定! 回上一頁