menu
uic package
documentation
responsive_layout.dart
ResponsiveLayout
children property
children property
dark_mode
light_mode
children
property
Map
<
FormFactor
,
Widget
>
children
final
A list of possible child widgets matched to form factors.
Implementation
final Map<FormFactor, Widget> children;
uic package
documentation
responsive_layout
ResponsiveLayout
children property
ResponsiveLayout class