提交 04b2d4ac 作者: 杨俊磊

yjl

上级 47eefd2c
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart"
}
]
}
\ No newline at end of file
...@@ -12,7 +12,7 @@ class yangjunlei extends StatelessWidget{ ...@@ -12,7 +12,7 @@ class yangjunlei extends StatelessWidget{
'杨俊磊', '杨俊磊',
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: TextStyle( style: TextStyle(
color: Colors.white, color: Colors.red,
fontSize: 30, fontSize: 30,
decoration:TextDecoration.lineThrough, decoration:TextDecoration.lineThrough,
decorationStyle: TextDecorationStyle.double decorationStyle: TextDecorationStyle.double
...@@ -22,7 +22,7 @@ class yangjunlei extends StatelessWidget{ ...@@ -22,7 +22,7 @@ class yangjunlei extends StatelessWidget{
height: 300, height: 300,
alignment: Alignment.center,// 让内部居中显示 alignment: Alignment.center,// 让内部居中显示
decoration: BoxDecoration( decoration: BoxDecoration(
color: Colors.red, color: Colors.black,
), ),
), ),
); );
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论