DebugSignaturePainterCP constructor

DebugSignaturePainterCP({
  1. required StoryPainterControl control,
  2. bool cp = false,
  3. bool cpStart = true,
  4. bool cpEnd = true,
  5. bool dot = true,
  6. Color color = Colors.red,
})

Implementation

DebugSignaturePainterCP({
  required this.control,
  this.cp: false,
  this.cpStart: true,
  this.cpEnd: true,
  this.dot: true,
  this.color: Colors.red,
});