menu
flame package
documentation
input.dart
Vector2
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
double
operator []
(
int
i
)
Access the component of the vector at the index
i
.
Implementation
double operator [](int i) => _v2storage[i];
flame package
documentation
input
Vector2
operator [] method
Vector2 class