disabled property

bool disabled
final

Whether the button should be disabled.

If true, the button's onPressed callback is set to null, and the disabled styling is applied.

Implementation

final bool disabled;