menu
rive package
documentation
math.dart
IAABB
IAABB constructor
IAABB constructor
dark_mode
light_mode
IAABB
constructor
IAABB
(
int
l
,
int
t
,
int
r
,
int
b
,
)
Implementation
IAABB(int l, int t, int r, int b) : left = l, top = t, right = r, bottom = b;
rive package
documentation
math
IAABB
IAABB constructor
IAABB class