RootLayout<S extends RootState> constructor
const
RootLayout<S extends RootState> ({})
Implementation
const RootLayout({
super.key,
required this.body,
required this.createRootState,
this.hookName,
});