pub fn txt_parse_on_stop(
child: impl IntoUiNode,
enabled: impl IntoVar<bool>,
) -> UiNodeExpand 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.