menu
pixel_prompt package
documentation
components/row.dart
Row
children property
children property
dark_mode
light_mode
children
property
List
<
Component
>
children
final
The list of child
Component
s to be displayed horizontally.
Implementation
final List<Component> children;
pixel_prompt package
documentation
components/row
Row
children property
Row class