HeartPainter constructor

HeartPainter({
  1. required Color color,
  2. double rotation = 0.0,
})

Implementation

HeartPainter({
  required this.color,
  this.rotation = 0.0,
});