menu
vector_math package
documentation
vector_math_64.dart
Vector2
st property
st property
dark_mode
light_mode
st
property
Vector2
get
st
Implementation
Vector2 get st => xy;
set
st
(
Vector2
arg
)
Implementation
set st(Vector2 arg) => xy = arg;
vector_math package
documentation
vector_math_64
Vector2
st property
Vector2 class