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