@@ -116,21 +116,23 @@ RenderBox text() {
116
116
text :
117
117
"This is FontStyle.italic And 发撒放豆腐sad 发生的 Bold Text This is FontStyle.italic And Bold Text\n \n " ) ,
118
118
new TextSpan ( style : new TextStyle ( fontSize : 18 ) ,
119
- text : "FontSize 18: Get a named matrix value from the shader." ) ,
119
+ text : "FontSize 18: Get a named matrix value from the shader.\n \n " ) ,
120
120
new TextSpan ( style : new TextStyle ( fontSize : 24 ) ,
121
121
text : "Emoji \ud83d \ude0a \ud83d \ude0b \ud83d \ude0d \ud83d \ude0e \ud83d \ude00 " ) ,
122
122
new TextSpan ( style : new TextStyle ( fontSize : 14 ) ,
123
123
text : "Emoji \ud83d \ude0a \ud83d \ude0b \ud83d \ude0d \ud83d \ude0e \ud83d \ude00 Emoji" ) ,
124
124
new TextSpan ( style : new TextStyle ( fontSize : 18 ) ,
125
125
text : "Emoji \ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 " ) ,
126
126
new TextSpan ( style : new TextStyle ( fontSize : 18 ) ,
127
- text : "Emoji \ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 Emoji Emoji " ) ,
127
+ text : "\ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 " ) ,
128
128
new TextSpan ( style : new TextStyle ( fontSize : 18 ) ,
129
- text : "Emoji \ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 Emoji Emoji Emoji " ) ,
129
+ text : "\ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 " ) ,
130
130
new TextSpan ( style : new TextStyle ( fontSize : 18 ) ,
131
- text : "Emoji \ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 " ) ,
131
+ text : "\ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 " ) ,
132
+ new TextSpan ( style : new TextStyle ( fontSize : 18 ) ,
133
+ text : "\ud83d \ude01 \ud83d \ude02 \ud83d \ude03 \ud83d \ude04 \ud83d \ude05 " ) ,
132
134
new TextSpan ( style : new TextStyle ( fontSize : 24 ) ,
133
- text : "Emoji \ud83d \ude06 \ud83d \ude1C \ud83d \ude18 \ud83d \ude2D \ud83d \ude0C \ud83d \ude1E Emoji " ) ,
135
+ text : "Emoji \ud83d \ude06 \ud83d \ude1C \ud83d \ude18 \ud83d \ude2D \ud83d \ude0C \ud83d \ude1E \n \n " ) ,
134
136
new TextSpan ( style : new TextStyle ( fontSize : 14 ) ,
135
137
text : "FontSize 14" ) ,
136
138
} ) ) ) ;
0 commit comments