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
Copy file name to clipboardExpand all lines: docs/resources/ui/widgets/widget-commonalities.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Visibility settings in FlutterFlow allow you to dynamically control when and how
19
19
20
20
**Conditional** visibility allows you to control the display of UI elements (widgets) based on specific conditions or criteria. It helps you create dynamic, personalized experiences by showing or hiding certain content.
21
21
22
-
For example, you could display specific features or actions only to users with particular roles—such as showing admin controls exclusively to administrators.
22
+
For example, you could display specific features or actions only to users with particular roles, such as showing admin controls exclusively to administrators.
23
23
24
24
:::info
25
25
@@ -31,7 +31,7 @@ The **Show in UI Builder** toggle only affects visibility within the design canv
31
31
32
32
### Responsive
33
33
34
-
The **Responsive**visibility property allows you to show or hide widgets based on device screen size—such as mobile, tablet, or desktop. By toggling each icon, you can show or hide the widget according to your design needs.
34
+
The **Responsive visibility** property allows you to show or hide widgets based on device screen size, such as mobile, tablet, or desktop. By toggling each icon, you can show or hide the widget according to your design needs.
35
35
36
36
For example, you might create two separate navigation menus:
37
37
@@ -217,11 +217,11 @@ You can also drag the handle bars on the right and bottom sides of a selected wi
217
217
218
218
:::tip[Responsive Width & Height]
219
219
220
-
You can also use a **Responsive Value** to apply different width or height values based on screen size. To set it up, open the **Set from Variable** menu and select **Responsive Value**. Then, assign specific size values for each screen size category—such as mobile (Screen Width < Breakpoint Small), tablet (Screen Width < Breakpoint Medium), and desktop (Screen Width < Breakpoint Large).
220
+
You can also use a **Responsive Value** to apply different width or height values based on screen size. To set it up, open the **Set from Variable** menu and select **Responsive Value**. Then, assign specific size values for each screen size category, such as mobile (Screen Width < Breakpoint Small), tablet (Screen Width < Breakpoint Medium), and desktop (Screen Width < Breakpoint Large).
221
221
222
222
:::
223
223
224
-
#**Use Keyboard to Adjust Property Values**
224
+
## Use Keyboard to Adjust Property Values
225
225
226
226
You can quickly increase or decrease the property value using your keyboard's up and down arrow keys. This allows for precise control without needing to type in new values each time.
227
227
@@ -343,7 +343,7 @@ To do this, hold down the **Shift** key and click on each widget you want to edi
343
343
</div>
344
344
<p></p>
345
345
346
-
## Add Images from Unsplash
346
+
## Use Images from Unsplash
347
347
348
348
You can easily display high-quality images directly from [Unsplash](https://unsplash.com/) using the Properties Panel. Just click the **search icon**, type in your desired keyword, and select an image from the results.
349
349
@@ -380,9 +380,9 @@ You can also choose the image size (i.e., Small, Regular, or Full) before adding
380
380
</div>
381
381
<p></p>
382
382
383
-
#**UI Builder Display Value**
383
+
## UI Builder Display Value
384
384
385
-
For widgets like `Text` and `RichText`, if the content is set from a variable, you can add a placeholder value that appears only in the FlutterFlow builder. This placeholder helps you visualize how the text will look on the canvas, but it won’t appear in the live app—it's replaced by the actual variable at runtime.
385
+
For widgets like `Text` and `RichText`, if the content is set from a variable, you can add a placeholder value that appears only in the FlutterFlow builder. This placeholder helps you visualize how the text will look on the canvas, but it won’t appear in the live app, it's replaced by the actual variable at runtime.
386
386
387
387
This is especially helpful for previewing layout, spacing, and alignment without removing or disrupting your variable bindings.
0 commit comments