Skip to content

Commit

Permalink
Clarified ResponsiveScaffold docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches authored Mar 22, 2023
1 parent 794ceb5 commit 6d714d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/responsive_scaffold/scaffold.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "responsive_builder.dart";
///
/// | Screen Size | Drawer | Side Sheet | Navigation |
/// |--------|--------|--------|--------|
/// | [DeviceType.desktop] | Standard | Standard | Hidden |
/// | [DeviceType.desktop] | Standard | Standard | [NavigationDrawer] |
/// | [DeviceType.tabletLandscape] | Modal | Standard | [NavigationRail] |
/// | [DeviceType.tabletPortrait] | Modal | Modal | [NavigationRail] |
/// | [DeviceType.desktop] | Modal | Modal | [NavigationBar] |
Expand Down

0 comments on commit 6d714d9

Please sign in to comment.