flutter_collapsible_sidebar
flutter_collapsible_sidebar copied to clipboard
CollapsibleItem icon attribute not accepting Image.asset
trafficstars
CollapsibleItem icon attribute is coded to use only Icon data which makes it less flexible when we want to use our custom images here.
+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.
@VivekSingh2712 @JmyW Problem fixed with latest release. Can you please check the same once.