enabled property

bool enabled

Whether the button is enabled or disabled.

Implementation

bool get enabled => onPressed != null;