showPulse property

bool? showPulse
final

Configures how an AnimationController behaves when animation starts.

When showPulse is true, the device is asking Flutter to reduce or disable animations as much as possible. To honor this, we reduce the duration and the corresponding number of frames for animations. Default will be set to true

Implementation

final bool? showPulse;