Add breadcrumb to docs (#31178)

This commit is contained in:
Todd Volkert 2019-04-17 10:59:23 -07:00 committed by GitHub
parent a4ab0321ad
commit 1e2e96dbe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ typedef OrientationWidgetBuilder = Widget Function(BuildContext context, Orienta
/// * [CustomSingleChildLayout], which positions its child during layout. /// * [CustomSingleChildLayout], which positions its child during layout.
/// * [CustomMultiChildLayout], with which you can define the precise layout /// * [CustomMultiChildLayout], with which you can define the precise layout
/// of a list of children during the layout phase. /// 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 { class OrientationBuilder extends StatelessWidget {
/// Creates an orientation builder. /// Creates an orientation builder.
/// ///