回答編集履歴
1
誤記修正
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
const DataColumn(label: Text("時間")),
|
25
25
|
],
|
26
26
|
rows: List.generate(
|
27
|
-
e
|
27
|
+
key3.length,
|
28
28
|
(count) => DataRow(
|
29
29
|
color: MaterialStateProperty.all(index.isEven ? Colors.grey : Colors.black12),
|
30
30
|
cells: [
|