active property

bool? active
final

The active state of the button.

When set to false, the progress of the button won't change.

If null the active parameter defaults to true.

Implementation

final bool? active;