menu
luke_flow_diagram package
documentation
utils/math.dart
Vector2
toOffset method
toOffset method
dark_mode
light_mode
toOffset
method
Offset
toOffset
(
)
Convert to Offset (optional but useful)
Implementation
Offset toOffset() => Offset(x, y);
luke_flow_diagram package
documentation
utils/math
Vector2
toOffset method
Vector2 class