duration property Null safety
read / write
The duration of the animation in milliseconds. If not set explicitly default duration will be taken 300ms
Implementation
int? duration;
The duration of the animation in milliseconds. If not set explicitly default duration will be taken 300ms
int? duration;