menu
kraken_devtools package
documentation
inspector/modules/dom.dart
BoxModel
BoxModel constructor
BoxModel 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 constructor
BoxModel class