delayS method
delay-{number}s - 设置动画延迟时间(秒)
Implementation
AnimatedBuilder delayS(int seconds) {
_delay = Duration(seconds: seconds);
return this;
}
delay-{number}s - 设置动画延迟时间(秒)
AnimatedBuilder delayS(int seconds) {
_delay = Duration(seconds: seconds);
return this;
}