flutter_slidable icon indicating copy to clipboard operation
flutter_slidable copied to clipboard

Unable to use custom icon

Open this-kin opened this issue 2 years ago • 1 comments

can we just get a widget icon type, that way it's versatile for those who wants to use icon and images

this-kin avatar Sep 16 '22 10:09 this-kin

You can you CustomSlidableAction. Example: CustomSlidableAction( onPressed: (_) => onRemoveItem?.call(teeTime), backgroundColor: Colors.pinkColor, foregroundColor: Colors.white, child: Image.asset(...), ),

vinguyentruong avatar Nov 14 '22 06:11 vinguyentruong