OffsetPoint.from constructor
OffsetPoint.from(
- Offset offset
Implementation
factory OffsetPoint.from(Offset offset) => OffsetPoint(
dx: offset.dx,
dy: offset.dy,
timestamp: DateTime.now().millisecondsSinceEpoch,
);