How to create circular button with border in Flutter?

后端 未结 0 800
暖寄归人
暖寄归人 2020-11-21 05:03

I found How to create a circle icon button in Flutter? which has this code:

RawMaterialButton(
  onPressed: () {},
  elevation: 2.0,
  fillColor: Colors.white         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题