menu
flutter_graph_calculator package
documentation
models/graph_offset.dart
GraphOffset
GraphOffset constructor
GraphOffset constructor
dark_mode
light_mode
GraphOffset
constructor
GraphOffset
(
double
x
,
double
y
)
Creates a
GraphOffset
with the specified
x
and
y
coordinates.
Implementation
GraphOffset(this.x, this.y);
flutter_graph_calculator package
documentation
models/graph_offset
GraphOffset
GraphOffset constructor
GraphOffset class