menu
particle_background package
documentation
particle_background.dart
Utils
toOffset static method
toOffset static method
dark_mode
light_mode
toOffset
static method
Offset
toOffset
(
Vector2
vector
)
Implementation
static Offset toOffset(vm.Vector2 vector) { return Offset(vector.x, vector.y); }
particle_background package
documentation
particle_background
Utils
toOffset static method
Utils class