pub fn required(child: impl IntoUiNode, required: impl IntoVar<bool>) -> UiNodeExpand description
P Indicates that user input is required on the widget before a form may be submitted.
pub fn required(child: impl IntoUiNode, required: impl IntoVar<bool>) -> UiNodeP Indicates that user input is required on the widget before a form may be submitted.