DrivenCheckmark constructor

const DrivenCheckmark({
  1. Key? key,
  2. Curve? curve,
  3. Duration? duration,
  4. Color? color,
  5. double? weight,
  6. double? size,
  7. bool? rounded,
  8. bool? drawCross,
  9. bool? drawDash,
})

Implementation

const DrivenCheckmark({
  super.key,
  super.curve,
  super.duration,
  super.color,
  super.weight,
  super.size,
  super.rounded,
  super.drawCross,
  super.drawDash,
});