rflutter_alert icon indicating copy to clipboard operation
rflutter_alert copied to clipboard

Position the buttons vertically

Open bermanapps opened this issue 3 years ago • 1 comments

HI, How can I position the buttons vertically, one on top of the other, and not next to each other? Thanks!

bermanapps avatar May 17 '22 17:05 bermanapps

You can set the buttonsDirection property of AlertStyle to ButtonsDirection.column

ykiran avatar Jun 29 '22 14:06 ykiran