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