BottomPaint constructor

BottomPaint(
  1. BuildContext context,
  2. double radius,
  3. double centerOutRadius
)

Implementation

BottomPaint(this.context, this.radius, this.centerOutRadius);