Known direct subclasses
ContextualFlowColumnOverflow

Overflow Handling Options

ContextualFlowRowOverflow

Overflow Handling Options

FlowColumnOverflow

Overflow Handling Options

FlowRowOverflow

Overflow Handling Options


Overflow Handling Options

This enumeration defines the available options for handling content that exceeds the boundaries of its container.

Please check out the children classes on ways to initialize a FlowLayout overflow

Summary

Protected constructors

FlowLayoutOverflow(
    type: FlowLayoutOverflow.OverflowType,
    minLinesToShowCollapse: Int,
    minCrossAxisSizeToShowCollapse: Int,
    seeMoreGetter: ((state: FlowLayoutOverflowState) -> Function0<Unit>)?,
    collapseGetter: ((state: FlowLayoutOverflowState) -> Function0<Unit>)?
)
Cmn

Protected constructors

FlowLayoutOverflow

protected FlowLayoutOverflow(
    type: FlowLayoutOverflow.OverflowType,
    minLinesToShowCollapse: Int = 0,
    minCrossAxisSizeToShowCollapse: Int = 0,
    seeMoreGetter: ((state: FlowLayoutOverflowState) -> Function0<Unit>)? = null,
    collapseGetter: ((state: FlowLayoutOverflowState) -> Function0<Unit>)? = null
)