builder property

OrientationWidgetBuilder builder
final

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

A widget's orientation is a factor of its width relative to its height. For example, a Column widget will have a landscape orientation if its width exceeds its height, even though it displays its children in a vertical array.

Implementation

final OrientationWidgetBuilder builder;