質問編集履歴

1

一部フィールド名を間違っていたので訂正した。

2022/03/29 03:05

投稿

moriman
moriman

スコア615

test CHANGED
File without changes
test CHANGED
@@ -7,7 +7,7 @@
7
7
  ここでContainerの背景色を指定します。
8
8
  ```ここに言語を入力
9
9
  Container(
10
- backgroundColor:Colors.blue[100],
10
+ color:Colors.blue[100],
11
11
  child:Text('test'),
12
12
  )
13
13
  ```