menu
artisanal package
documentation
widgets.dart
EdgeInsets
EdgeInsets.only const constructor
EdgeInsets.only const constructor
dark_mode
light_mode
EdgeInsets.only
constructor
const
EdgeInsets.only
(
{
num
top
=
0
,
num
right
=
0
,
num
bottom
=
0
,
num
left
=
0
,
})
Implementation
const EdgeInsets.only({ this.top = 0, this.right = 0, this.bottom = 0, this.left = 0, });
artisanal package
documentation
widgets
EdgeInsets
EdgeInsets.only const constructor
EdgeInsets class