foregroundDecoration method
设置前景装饰
Implementation
AnimatedBuilder foregroundDecoration(Decoration? foregroundDecoration) {
_foregroundDecoration = foregroundDecoration;
return this;
}
设置前景装饰
AnimatedBuilder foregroundDecoration(Decoration? foregroundDecoration) {
_foregroundDecoration = foregroundDecoration;
return this;
}