interval property

Duration interval
final

Accepts a Duration that would be the interval between the repeating animation. Default value is Duration(seconds: 0) i.e. no interval

Implementation

final Duration interval;