build method
Builds the widget for a slot based on the current ActiveLayoutInfo.
Implementation
@override
Widget? build(ActiveLayoutInfo info) => _builder(info);
Builds the widget for a slot based on the current ActiveLayoutInfo.
@override
Widget? build(ActiveLayoutInfo info) => _builder(info);