disabled property

bool disabled
final

Prevents the user from interacting with the button: it cannot be pressed or focused.

Implementation

final bool disabled;