isInfinite property

bool get isInfinite
inherited

Will the effect continue to run forever (never completes)?

Implementation

bool get isInfinite => duration == double.infinity;