is_disabled

Function is_disabled 

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

P If the widget is disabled for interaction.

This property is used only for probing the state. You can set the state using the enabled property.