ElLayoutBuilder constructor
const
ElLayoutBuilder({
- Key? key,
- required WidgetBuilder builder,
- ValueChanged<
Size> ? onInit, - ValueChanged<
Size> ? onChanged,
Implementation
const ElLayoutBuilder({
super.key,
required this.builder,
this.onInit,
this.onChanged,
});