txt_parse_on_stop

Function txt_parse_on_stop 

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

P Disable live parsing and parse on change stop.

This property sets txt_parse_live and on_change_stop on the widget.

Consider increasing the change_stop_delay if the text can change after parse.