Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

Wraps Text Flutter

Text(
  'This is very longggggg. This is very longggggg. This is very longggggg',
  overflow: TextOverflow.ellipsis, // It will be "This is very longggggg. This..." if maxlines is met
  maxLines: maxLines
)
Source by www.woolha.com #
 
PREVIOUS NEXT
Tagged: #Wraps #Text #Flutter
ADD COMMENT
Topic
Name
4+7 =