What's the best way to check if an item of `FlowRo...
# compose
s
What's the best way to check if an item of
FlowRow
is currently visible? I want to show the number of hidden items but
ContextualFlowRow
is deprecated. Is there any way to get a
FlowRowOverflowScope
, seeing it has a
shownItemCount
property.