menu
flame package
documentation
math.dart
Block
operator + method
operator + method
dark_mode
light_mode
operator +
method
Block
operator +
(
Block
direction
)
Implementation
Block operator +(Block direction) { return Block(x + direction.x, y + direction.y); }
flame package
documentation
math
Block
operator + method
Block class