how to flutter multiple line text

Container(
  width: 150,
  child: Text(
    "This text is very very very very very very very very very very very very very very very very very very very very very very very very very long",
    overflow: TextOverflow.ellipsis,
    maxLines: 5,
  ),
),

4.25
4
Mr116 95 points

                                    Text(
     "TOP ADDED",
     textAlign: TextAlign.justify,
     overflow: TextOverflow.ellipsis,
     style: TextStyle(fontSize: 18.0),
     maxLines: 2,)

4.25 (4 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
flutter text to 2 lines multiple text line in flutter flutter text overflow multiple line get text in multiple lines column flutter text display multiple lines in flutter text in 2 lines flutter flutter two line text inside row only flutter texte twoo line text in multiple lines flutter text widget multi line flutter how ot align multiple lines in one line flutter flutter text 1 line flutter make text multiline text with 2 line flutter inside row flutter text on multiple lines two lines flutter multiline in flutter text in single line in flutter make text multiple line flutter single line text in flutter text string across multiple lines flutter flutter show text in multiline how to make textwidget to show multiple lines in flutter text single line flutter flutter text widget only 2 lines setting text to 2 lines in flutter Text flutter overflow next line how to break two line in text widget in flutter text with 2 line flutter take 3 lines for text in flutter texte on two line flutter flutter how to make Two Lines text how to set 3 line text in flutter text make text in two lines in flutter flutter how to show text on multiple lines long text overflow flutter to multiline multi line text flutter how to flutter multiple line text Text milti line flutter flutter text multiline flutter text in multiple line multi line text in flutter flutter text 2 lines multi line button flutter multiple lines text in flutter make a text widget 2 line when needed text flutter 2 lines text flutter multiline text show in multiple lines flutter multiline text in flutter how to display multiline text in flutter flutter text multiple lines create text in two line flutter how to show text in 2 lines in flutter flutter multiline text flutter multiline text container flutter text two lines multiline text flutter flutter multiline text widget
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source