Unverified Commit 1e2e96db authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Add breadcrumb to docs (#31178)

parent a4ab0321
......@@ -22,6 +22,8 @@ typedef OrientationWidgetBuilder = Widget Function(BuildContext context, Orienta
/// * [CustomSingleChildLayout], which positions its child during layout.
/// * [CustomMultiChildLayout], with which you can define the precise layout
/// of a list of children during the layout phase.
/// * [MediaQueryData.orientation], which exposes whether the device is in
/// landscape or portrait mode.
class OrientationBuilder extends StatelessWidget {
/// Creates an orientation builder.
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment