menu
dartatui package
documentation
widgets/row.dart
Row
Row.new const constructor
Row.new const constructor
dark_mode
light_mode
Row
constructor
const
Row
(
{
Key
?
key
,
required
List
<
Widget
>
children
,
})
Implementation
const Row({super.key, required super.children});
dartatui package
documentation
widgets/row
Row
Row.new const constructor
Row class