enabled property

bool? enabled
final

Whether the button is interactive.

If null, the button is enabled when onPressed is not null. When false, the button appears disabled and doesn't respond to user input or fire callbacks.

Implementation

final bool? enabled;