flutter_slidable
flutter_slidable copied to clipboard
iconData to Widget
Changed the Icon Widget to Widget class. so we can add our custom SVG icon
conflicts removed
@letsar Any idea on when this will be merged?
nvm. Found this.
CustomSlidableAction(
onPressed: (_) => onRemoveItem?.call(teeTime),
backgroundColor: Colors.pinkColor,
foregroundColor: Colors.white,
child: Image.asset(...),
),
Sounds Good