ResizableWindow constructor
const
ResizableWindow({
- Key? key,
- required WindowState windowState,
- required MdiConfig config,
Implementation
const ResizableWindow(
{super.key, required this.windowState, required this.config});