flutter_slidable
flutter_slidable copied to clipboard
Unable to use custom icon
can we just get a widget icon type, that way it's versatile for those who wants to use icon and images
You can you CustomSlidableAction. Example: CustomSlidableAction( onPressed: (_) => onRemoveItem?.call(teeTime), backgroundColor: Colors.pinkColor, foregroundColor: Colors.white, child: Image.asset(...), ),