Params constructor

Params({
  1. required List<PathBean> lines,
  2. required double radius,
  3. required double width,
  4. required double height,
  5. required Color bgColor,
})

Implementation

Params({
  required this.lines,
  required this.radius,
  required this.width,
  required this.height,
  required this.bgColor,
});