enabled property

bool enabled
final

Whether the button is enabled.

When false, the button is visually disabled and onTap is not invoked. Renders with reduced opacity.

Defaults to true.

Implementation

final bool enabled;