GesturePasswordPointModel class

Constructors

GesturePasswordPointModel({int index = 0, Offset centerPoint = Offset.zero, double frameRadius = 0.0, double pointRadius = 0.0, bool selected = false, Color color = Colors.grey, Color highlightColor = Colors.blue, Color pathColor = Colors.blue})

Properties

centerPoint Offset
getter/setter pair
color Color
getter/setter pair
frameColor Color
no setter
frameRadius double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color
getter/setter pair
index int
getter/setter pair
pathColor Color
getter/setter pair
pointColor Color
no setter
pointRadius double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
getter/setter pair

Methods

containPoint(Offset offset) bool
distanceTo(Offset f1, Offset f2) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited