menu
rive package
documentation
math.dart
IAABB
offset method
offset method
dark_mode
light_mode
offset
method
IAABB
offset
(
int
dx
,
int
dy
)
Implementation
IAABB offset(int dx, int dy) => IAABB(left + dx, top + dy, right + dx, bottom + dy);
rive package
documentation
math
IAABB
offset method
IAABB class