flutter_slidable
flutter_slidable copied to clipboard
how to customize textStyle and icon of SlidableAction?
Yes, please add custom on the slideable too, so that it can be filled with widgets...
label and icon should be replaced with child so that we can customize it as we like.
Use CustomSlidableAction instead of SlidableAction. Then you have access to a child Widget.