About 13,700,000 results
Open links in new tab
  1. Text | FlutterFlow Documentation

    Once the Text widget is selected, the Properties Panel on the right side becomes active, allowing you to customize the styling of your Text widget. Here, you can adjust various attributes such …

  2. How to set height of textfield? - FlutterFlow Community

    Jul 18, 2023 · The official FlutterFlow community for asking questions, finding answers, browsing resources, and sharing responsive applications.

  3. How to change TextField's height and width? - Stack Overflow

    May 17, 2018 · To increase the height of TextField Widget just make use of the maxLines: properties that comes with the widget. For Example: TextField( maxLines: 5 ) // it will increase …

    Missing:

    • Flutterflow

    Must include:

  4. Imposible to set TextField Height · Issue #2888 · FlutterFlow ...

    The Textfield will take the height it needs depending on how many lines it has and the height of its parent. If you want it to have certain height, you can wrap it on a container and give the …

  5. TextField | FlutterFlow Documentation

    You can also customize the appearance of the suggestion box using properties such as Height, Elevation, Background Color, and Highlight Color (highlighting the currently selected option in …

  6. How to Make a Container’s Height Adjust Dynamically to Its …

    Feb 28, 2025 · I'm trying to create a dynamic height container for posts in my app. The goal is for the container to automatically adjust based on the content inside it. Here’s what I need: If a …

  7. Dynamic container height in FlutterFlow - Stack Overflow

    Jul 18, 2022 · Is there a way to dynamically size the height of a container in FlutterFlow? See example below: The first post has a container with text and an image. The second has only …

  8. How do I increase the vertical size of a textbox? : r/FlutterFlow

    Apr 27, 2024 · I am creating an app and I can't seem to make the top text box large enough to show all of the words vertically. The top of the 't' and the bottom of the 'y' aren't fully visible …

  9. How can I make a text field expand automatically in Container?

    Sep 6, 2023 · I have also attempted to adjust the 'Height' property of the container to 'Textfield' to achieve automatic expansion, but it always ends up displaying a horizontal bar. How can I …

  10. Responsive Layout | FlutterFlow Documentation

    First, create a new project. In the Home Page, under a Column parent, add two Text widgets. Label one "Screen Width" and the other "Screen Height." Next, we'll display the changing …

Refresh