duration property
The total time it will take to complete the action, in seconds.
Implementation
@override
double get duration => _duration;
The total time it will take to complete the action, in seconds.
@override
double get duration => _duration;