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