builder property

Widget Function(BuildContext context, Orientation orientation, ScreenType screenType) builder
final

A builder function that receives the context, orientation, and screen type.

Implementation

final Widget Function(
  BuildContext context,
  Orientation orientation,
  ScreenType screenType,
)
builder;