disabled property

bool disabled
final

Whether the button is disabled.

When true, the icon colour is dimmed and tapping the button calls disabledOnTap instead of the normal clock-out flow.

Implementation

final bool disabled;