Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

text in column flutter overflow ellipsis not working

 return Expanded(
    child: Container(
    	child: Column(
    		children: [
    			Text("Your text here...",
    				overflow: TextOverflow.ellipsis
                )
        	]
        )
    )
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #column #flutter #overflow #ellipsis #working
ADD COMMENT
Topic
Name
6+6 =