menu
react_core package
documentation
react.dart
ErrorBoundary
children property
children property
dark_mode
light_mode
children
property
List
<
ReactNode
>
children
final
The content protected by the boundary.
Implementation
final List<ReactNode> children;
react_core package
documentation
react
ErrorBoundary
children property
ErrorBoundary class