Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

text wrap in flutter

new Container(
       child: Row(
         children: <Widget>[
            Flexible(
               child: new Text("A looooooooooooooooooong text"))
                ],
        ),
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #wrap #flutter
ADD COMMENT
Topic
Name
7+7 =