ClassLayout constructor

const ClassLayout({
  1. Key? key,
  2. required LayoutConfig config,
  3. VoidCallback? onConfigChanged,
  4. ClassLayoutController? controller,
})

Implementation

const ClassLayout({
  super.key,
  required this.config,
  this.onConfigChanged,
  this.controller,
});