简体   繁体   中英

How to add multiple options to the Dismissible Widget in Flutter like Image below

这是对标题的引用

I've tried the confirm dismiss parameter in the Dismiss widget but it's only a dialog that is recommended.

The built-in Dismissible widget does not support that.

You can either build it yourself using Row , Icon and GestureDetector , or you can consider using this package: https://pub.dev/packages/flutter_slidable

从包中获取的演示 gif

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM