size method
- int row
override
The size of one frame of row, which a SpriteNode takes as its own.
Implementation
@override
Vector2 size(int row) {
final slot = _slots[row];
return slot.sprite.size(slot.row);
}
The size of one frame of row, which a SpriteNode takes as its own.
@override
Vector2 size(int row) {
final slot = _slots[row];
return slot.sprite.size(slot.row);
}