Enough-Software / enough_platform_widgets

More cross platform widgets for Flutter. Extends flutter_platform_widgets.
MIT License
18 stars 20 forks source link

Expose pressColor #5

Closed fotiDim closed 2 years ago

fotiDim commented 2 years ago

Currently it is not possible to make tap effects visible on PlatformInkwell under iOS. This PR exposes pressColor from CupertinoInkwell to PlatformInkwell.

I wasn't sure if it would be best just to assign highlightColor to it and call it a day. I opted instead for exposing pressColor but also assigning highlightColor to it if pressColor is null. Let me know your thoughts.

robert-virkus commented 2 years ago

Thanks a lot for your contribution, I like your approach!

robert-virkus commented 2 years ago

Now released your improvement with v0.4.0 - thanks again for your contribution!