David
Results
2
comments of
David
You can you CustomSlidableAction. Example: CustomSlidableAction( onPressed: (_) => onRemoveItem?.call(teeTime), backgroundColor: Colors.pinkColor, foregroundColor: Colors.white, child: Image.asset(...), ),
This issue is same with https://github.com/letsar/flutter_slidable/issues/383