Interface

FlowRowOverflowScope

Scope for the overflow FlowRow.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Common

Added in 1.11.0-rc01

@LayoutScopeMarker
@ExperimentalLayoutApi
interface FlowRowOverflowScope : FlowRowScope

Scope for the overflow FlowRow.

Properties

totalItemCount

Source set: Common

Added in 1.11.0-rc01

@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

shownItemCount

Source set: Common

Added in 1.11.0-rc01

@ExperimentalLayoutApi val shownItemCount: Int

Total Number of Items displayed in the FlowRow