menu
termui package
documentation
ui/layout.dart
Row
Row.new const constructor
Row.new const constructor
dark_mode
light_mode
Row
constructor
const
Row
(
List
<
Widget
>
children
)
Creates a horizontal layout for
children
.
Implementation
const Row(this.children);
termui package
documentation
ui/layout
Row
Row.new const constructor
Row class