Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

text overflow ellipsis flutter

Text(
    "Introduction to Very very very long text",
    maxLines: 1,
    overflow: TextOverflow.ellipsis,
    softWrap: false,
    style: TextStyle(color: Colors.black, fontWeight: FontWeight.bold),
),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #overflow #ellipsis #flutter
ADD COMMENT
Topic
Name
3+1 =