DoneWidget constructor
const
DoneWidget({})
Implementation
const DoneWidget({
Key? key,
this.strokeWidth = 2.0,
this.color = Colors.green,
this.normalBorderColor = Colors.green,
this.outline = false,
this.value = false,
this.onChanged,
}) : super(key: key);