foregroundDecoration method

AnimatedBuilder foregroundDecoration(
  1. Decoration? foregroundDecoration
)

设置前景装饰

Implementation

AnimatedBuilder foregroundDecoration(Decoration? foregroundDecoration) {
  _foregroundDecoration = foregroundDecoration;
  return this;
}