repeat property
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;
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.
final bool? repeat;