EllipseParams constructor

EllipseParams({
  1. double? rx,
  2. double? ry,
  3. double? increment,
})

Implementation

EllipseParams({this.rx, this.ry, this.increment});