get_overflow

Function get_overflow 

Source
pub fn get_overflow(child: impl IntoUiNode, txt: impl IntoVar<Txt>) -> UiNode
Expand description

P Gets the overflow text, that is a clone of the text starting from the first overflow character.

Note that overflow is tracked even if txt_overflow is set to TextOverflow::Ignore.