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.
Currently it is not possible to make tap effects visible on
PlatformInkwell
under iOS. This PR exposespressColor
fromCupertinoInkwell
toPlatformInkwell
.I wasn't sure if it would be best just to assign
highlightColor
to it and call it a day. I opted instead for exposingpressColor
but also assigninghighlightColor
to it ifpressColor
is null. Let me know your thoughts.