回答編集履歴

1

誤記修正

2022/12/29 15:51

投稿

退会済みユーザー
test CHANGED
@@ -24,7 +24,7 @@
24
24
  const DataColumn(label: Text("時間")),
25
25
  ],
26
26
  rows: List.generate(
27
- emp.length,
27
+  key3.length,
28
28
  (count) => DataRow(
29
29
  color: MaterialStateProperty.all(index.isEven ? Colors.grey : Colors.black12),
30
30
  cells: [