You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can define your own breakpoint labels and use them in your conditionals.
80
81
81
-
For example, if we're building a Material 3 Navigation Rail and want to expand the menu to full width once there is enough room, we can add a custom `EXPAND_SIDE_PANEL` breakpoint.
82
+
For example, if you're building a Material 3 Navigation Rail and want to expand the menu to full width once there is enough room, you can add a custom `EXPAND_SIDE_PANEL` breakpoint.
82
83
83
84
```dart
84
85
breakpoints: [
@@ -90,14 +91,16 @@ breakpoints: [
90
91
]
91
92
```
92
93
93
-
Then, in our code, set the value based on the breakpoint condition.
94
+
Then, in your code, set the value based on the breakpoint condition.
The ResponsiveFramework includes a few custom widgets that supplement Flutter's responsive capabilities. They are showcased in the demo projects.
99
+
The ResponsiveFramework includes a few custom widgets that supplement Flutter's responsive capabilities. Their usages are showcased in the demo projects.
0 commit comments