pub fn read_only( child: impl UiNode, read_only: impl IntoVar<bool>, ) -> impl UiNode
P Indicates that the widget is not editable, but is otherwise operable.
P