When
true, the component and its descendants cannot receive interaction events. The component is also visually dimmed.Support
Usage
Disable a button
Disable an entire form section
Notes
disabled(true) both prevents interaction and applies a visual dimming effect. To prevent interaction without the visual change, use allowsHitTesting(false) instead.