Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

Flutter Text new fline

      child: Container(
         child :  Text('''
                          Text1
                          Text2
                          Text3''',maxLines: 20, style: TextStyle(fontSize: 16.0 ,fontWeight:FontWeight.bold,color: Colors.black) , )
      ),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Flutter #Text #fline
ADD COMMENT
Topic
Name
6+4 =