menu
pixel_prompt package
documentation
core/app.dart
App
children property
children property
dark_mode
light_mode
children
property
List
<
Component
>
children
final
The list of
Component
s that make up this application’s UI.
Implementation
final List<Component> children;
pixel_prompt package
documentation
core/app
App
children property
App class