pub fn txt_highlight(
child: impl IntoUiNode,
range: impl IntoVar<Range<CaretIndex>>,
color: impl IntoVar<Rgba>,
) -> UiNodeExpand description
P Highlight a text range.
This property must be set in the text widget.
pub fn txt_highlight(
child: impl IntoUiNode,
range: impl IntoVar<Range<CaretIndex>>,
color: impl IntoVar<Rgba>,
) -> UiNodeP Highlight a text range.
This property must be set in the text widget.