menu
designflow_widgets package
documentation
data/models/widget_related/nodes_basics/node_overrides.dart
ChildrenProperty
ChildrenProperty const constructor
ChildrenProperty const constructor
dark_mode
light_mode
ChildrenProperty
constructor
const
ChildrenProperty
(
{
required
List
<
Widget
>
children
,
})
Implementation
const ChildrenProperty({ required this.children, }) : super(NodeProperties.children, children);
designflow_widgets package
documentation
data/models/widget_related/nodes_basics/node_overrides
ChildrenProperty
ChildrenProperty const constructor
ChildrenProperty class