menu
commander_ui package
documentation
tui.dart
Center
Center.new const constructor
Center.new const constructor
dark_mode
light_mode
Center
constructor
const
Center
(
{
required
Widget
child
,
int
?
width
,
int
?
height
,
})
Implementation
const Center({required this.child, this.width, this.height});
commander_ui package
documentation
tui
Center
Center.new const constructor
Center class