pattern_dots library

Enums

PatternLockStyle
State of pattern lock

Extensions

CellMatrixExt on List<List<Cell>>

Typedefs

CellBuilder = void Function(CellConfiguration config)
Builder for Cell
CellCallback = dynamic Function(List<int> cells, VoidCallback clearHistory)
CurrentFingerBuilder = void Function(FingerConfiguration config)
LineBuilder = void Function(LineConfiguration config)
Builder for Line
NativeCellCallback = dynamic Function(Queue<Cell> cells)