menu
ngcomponents package
documentation
model/math/box.dart
Box
Box const constructor
Box const constructor
dark_mode
light_mode
Box
constructor
const
Box
(
{
int
top
=
0
,
int
right
=
0
,
int
bottom
=
0
,
int
left
=
0
,
})
Implementation
const Box({this.top = 0, this.right = 0, this.bottom = 0, this.left = 0});
ngcomponents package
documentation
model/math/box
Box
Box const constructor
Box class