builder property

OrientationWidgetBuilder builder
final

Builds the widgets below this widget given the device's orientation.

The orientation is obtained from MediaQuery.orientationOf, which reflects the actual device orientation as reported by the platform.

Implementation

final OrientationWidgetBuilder builder;