is_line_overflown

Function is_line_overflown 

Source
pub fn is_line_overflown(
    child: impl IntoUiNode,
    state: impl IntoVar<bool>,
) -> UiNode
Expand description

P Gets if the text has an entire line overflown.

This is true when the text has multiple lines, either due to line-break or wrap, and at least one line overflows the allowed height, partially or fully.