flutter_collapsible_sidebar icon indicating copy to clipboard operation
flutter_collapsible_sidebar copied to clipboard

CollapsibleItem icon attribute not accepting Image.asset

Open VivekSingh2712 opened this issue 2 years ago • 1 comments

CollapsibleItem icon attribute is coded to use only Icon data which makes it less flexible when we want to use our custom images here.

VivekSingh2712 avatar Jan 21 '22 07:01 VivekSingh2712

+1 @RyuuKenshi Understood chose IconData is because iconColor. But just restrain the usage of this great lib. Recommend to add ImageProvider support and ignore iconColor. That's optional and user decide it. I'm appreciate if you can support ImageProvider.

JmyW avatar Aug 26 '22 03:08 JmyW

@VivekSingh2712 @JmyW Problem fixed with latest release. Can you please check the same once.

DrunkOnBytes avatar May 14 '23 16:05 DrunkOnBytes