builder property

Widget Function(BuildContext context, ScreenSize screenSize, Orientation orientation) builder
final

Builder function that receives screen size and orientation.

Implementation

final Widget Function(
  BuildContext context,
  ScreenSize screenSize,
  Orientation orientation,
)
builder;