flutter_slidable icon indicating copy to clipboard operation
flutter_slidable copied to clipboard

The icon of SlidableAction will not be displayed in the center when padding is not set

Open jiangkang opened this issue 6 months ago • 0 comments

Shortest reproducible code:

SlidableAction(
                        onPressed: (context) {},
                        backgroundColor: Colors.purple,
                        foregroundColor: Colors.white,
                        icon: Icons.vertical_align_top,

 )

screenshoot: 截屏2023-12-06 22 49 52

jiangkang avatar Dec 06 '23 14:12 jiangkang