XCircleView constructor

const XCircleView(
  1. {Key key,
  2. double pagerHeight,
  3. double scale,
  4. double elevation,
  5. Color borderColor,
  6. double borderWidth,
  7. Widget child}
)

Implementation

const XCircleView(
    {Key key,
    this.pagerHeight,
    this.scale,
    this.elevation,
    this.borderColor,
    this.borderWidth,
    this.child})
    : super(key: key);