Skip to content

Commit 4a3341c

Browse files
Apply suggestions from code review
Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent ea80d21 commit 4a3341c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/resources/ui/widgets/widget-commonalities.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Visibility settings in FlutterFlow allow you to dynamically control when and how
1919

2020
**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.
2121

22-
For example, you could display specific features or actions only to users with particular rolessuch 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.
2323

2424
:::info
2525

@@ -31,7 +31,7 @@ The **Show in UI Builder** toggle only affects visibility within the design canv
3131

3232
### Responsive
3333

34-
The **Responsive** visibility property allows you to show or hide widgets based on device screen sizesuch 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.
3535

3636
For example, you might create two separate navigation menus:
3737

@@ -217,11 +217,11 @@ You can also drag the handle bars on the right and bottom sides of a selected wi
217217

218218
:::tip[Responsive Width & Height]
219219

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 categorysuch 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).
221221

222222
:::
223223

224-
# **Use Keyboard to Adjust Property Values**
224+
## Use Keyboard to Adjust Property Values
225225

226226
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.
227227

@@ -343,7 +343,7 @@ To do this, hold down the **Shift** key and click on each widget you want to edi
343343
</div>
344344
<p></p>
345345

346-
## Add Images from Unsplash
346+
## Use Images from Unsplash
347347

348348
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.
349349

@@ -380,9 +380,9 @@ You can also choose the image size (i.e., Small, Regular, or Full) before adding
380380
</div>
381381
<p></p>
382382

383-
# **UI Builder Display Value**
383+
## UI Builder Display Value
384384

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 appit'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.
386386

387387
This is especially helpful for previewing layout, spacing, and alignment without removing or disrupting your variable bindings.
388388

0 commit comments

Comments
 (0)