BottomBorderBox constructor

BottomBorderBox(
  1. Animation<double> _animation,
  2. Color bgColor
)

Implementation

BottomBorderBox(this._animation, this.bgColor) : super(repaint: _animation);