Search code examples
buttonfluttercustom-button

Custom Flutter Buttons in a row


enter image description here

I want to make a Button that looks like the picture above with Flutter. But I have no idea how to make it... help me, please!


Solution

  • To make a similar compound Button you should use a stack widget, you can see that both the side buttons are same so they are identical buttons in a row with a BorderRadius. they design of the middle button can be done by clipping button border by half of its width and then lay it out at the middle of the row.