menu
flutter_graph_view package
documentation
core/util.dart
Util
toOffsetByVector2 static method
toOffsetByVector2 static method
dark_mode
light_mode
toOffsetByVector2
static method
Offset
?
toOffsetByVector2
(
Vector2
?
v
)
Implementation
static Offset? toOffsetByVector2(Vector2? v) { return v == null ? null : Offset(v.x, v.y); }
flutter_graph_view package
documentation
core/util
Util
toOffsetByVector2 static method
Util class