OrientationWidgetBuilder typedef
Signature for a function that builds a widget given an Orientation.
Used by OrientationBuilder.builder.
Implementation
typedef OrientationWidgetBuilder = Widget Function(BuildContext context, Orientation orientation);