repeat property

bool repeat
final

Specify that the automatic animation should repeat in a loop (default to true). The property has no effect if animate is false or controller is not null.

Implementation

final bool repeat;