menu
react_core package
documentation
react.dart
StrictMode
StrictMode.new const constructor
StrictMode.new const constructor
dark_mode
light_mode
StrictMode
constructor
const
StrictMode
(
List
<
ReactNode
>
children
)
Creates a strict-mode boundary.
Implementation
const StrictMode(this.children);
react_core package
documentation
react
StrictMode
StrictMode.new const constructor
StrictMode class