📜  颤振新段落文本 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:25.403000             🧑  作者: Mango

代码示例1
child: Container(
         child :  Text('''
                          Text1
                          Text2
                          Text3''',maxLines: 20, style: TextStyle(fontSize: 16.0 ,fontWeight:FontWeight.bold,color: Colors.black) , )
      ),