Assigned
Status Update
Comments
su...@gmail.com <su...@gmail.com> #2
Dany, I believe this is fixed in a new release of safeargs ?
pe...@abc.net.au <pe...@abc.net.au> #3
Safeargs still needs AndroidComponentsExtension
to get the applicationID from the variants (7.2.0-alpha05
remove the extension?
Description
I have the following
While converting it to Modifier.Node, for clickable since I cannot access
ClickableNode
PointerInputModifierNode
. This means I lose out on other logics available inAbstractClickableNode
and also will lose delgation ofClickableSemanticsNode
for semantics.I guess this is by design made private. Can we have a public method exposing these internal Modifier.Nodes for example,