decoration
含有「decoration」共 1 篇內容
全部內容
發佈日期由新至舊
小黑與程式的邂逅
2023/12/12
[Flutter]Text
顯示文字 Text('123456') 限制行數 Text('1\n2\n3\n4\n5\n6', maxLines: 2) 顯示樣式 字體大小 Text('123456', style: TextStyle(fontSize: 30)) 字體顏色 Text('12345
#
flutter
#
Text
#
maxLines
喜歡
留言