Fixed
Status Update
Comments
an...@google.com <an...@google.com> #2
On first blush, this doesn't appear to be related to my current changes, as this is an error in the recomopser not the composer. However, the fact it requires an inline function seems suspiciously close.
sh...@google.com <sh...@google.com> #3
The issue appears to be that, starting in 1.4.3, the composer used in the inlined lambda is the one captured from the parent. This is not the right one when a dialog is being presented as it is the composer for the dialog, not the dialog host.
Description
Both
Draw
andOnChildPositioned
are turning into modifiers and it looks likeRipple
makes most sense as a modifier as it uses both of them.I could do a mechanical transformation, but I suspect that you'd like to put more thought into its arrangement than a simple mechanical transformation.