animationDuration property

Duration animationDuration
final

The duration of the animation when the checkbox's switches between checked and unchecked.

Defaults to const Duration(milliseconds: 100).

Implementation

final Duration animationDuration;