menu
kraken_devtools package
documentation
inspector/modules/dom.dart
BoxModel
BoxModel.new constructor
BoxModel.new constructor
dark_mode
light_mode
BoxModel
constructor
BoxModel
(
{
List
<
double
>
?
content
,
List
<
double
>
?
padding
,
List
<
double
>
?
border
,
List
<
double
>
?
margin
,
int
?
width
,
int
?
height
,
})
Implementation
BoxModel({
this
.content,
this
.padding,
this
.border,
this
.margin,
this
.width,
this
.height });
kraken_devtools package
documentation
inspector/modules/dom
BoxModel
BoxModel.new constructor
BoxModel class