FlowRowOverflowScope
Interface
Common
@LayoutScopeMarker
@ExperimentalLayoutApi
interface FlowRowOverflowScope : FlowRowScope
Scope for the overflow FlowRow
.
Properties
Common
@ExperimentalLayoutApi val totalItemCount: Int
Total Number of Items available to show in FlowRow
This includes items that may not be
displayed.
In ContextualFlowRow
, this matches the ContextualFlowRow
's itemCount
parameter
Common
@ExperimentalLayoutApi val shownItemCount: Int
Total Number of Items displayed in the FlowRow