menu
commander_ui package
documentation
tui.dart
EdgeInsets
EdgeInsets.new const constructor
EdgeInsets.new const constructor
dark_mode
light_mode
EdgeInsets
constructor
const
EdgeInsets
(
{
int
top
=
0
,
int
right
=
0
,
int
bottom
=
0
,
int
left
=
0
,
})
Implementation
const EdgeInsets({ this.top = 0, this.right = 0, this.bottom = 0, this.left = 0, });
commander_ui package
documentation
tui
EdgeInsets
EdgeInsets.new const constructor
EdgeInsets class