DataPoint.fromOffset constructor
DataPoint.fromOffset(
- Offset offset
Implementation
factory DataPoint.fromOffset(Offset offset) {
return DataPoint(offset.dx, offset.dy, 1);
}
factory DataPoint.fromOffset(Offset offset) {
return DataPoint(offset.dx, offset.dy, 1);
}