enabled property

bool enabled
final

Whether the button is enabled.

When false, the button will be visually disabled and onTap will not be invoked. The button will render with reduced opacity.

Defaults to true.

Implementation

final bool enabled;