ClassLayout constructor
const
ClassLayout({
- Key? key,
- required LayoutConfig config,
- VoidCallback? onConfigChanged,
- ClassLayoutController? controller,
Implementation
const ClassLayout({
super.key,
required this.config,
this.onConfigChanged,
this.controller,
});