GesturePasswordWidget constructor
const
GesturePasswordWidget({})
Implementation
const GesturePasswordWidget({
Key? key,
this.pointRadius = 10,
this.frameRadius = 40,
this.color = Colors.grey,
this.highlightColor = Colors.blue,
this.pathColor = Colors.blue,
this.onFinishGesture,
this.pathWidth = 5,
}) : super(key: key);