duration property

Duration duration
final

The length of time this geo-animation should last

Default value: Duration(milliseconds: 1000)

Used for both linear and angle/bearing animations

Implementation

final Duration duration;