build method

  1. @override
Widget? build(
  1. ActiveLayoutInfo layoutInfo
)
override

Builds the widget for a slot based on the current ActiveLayoutInfo.

Implementation

@override
Widget? build(ActiveLayoutInfo layoutInfo) => widget;