質問編集履歴

1

誤字の修正

2020/12/18 02:44

投稿

arumazirou
arumazirou

スコア1

test CHANGED
File without changes
test CHANGED
@@ -348,8 +348,6 @@
348
348
 
349
349
  class _mainBoxState extends State<mainBoxWidget> {
350
350
 
351
- final GlobalKey<_mainBoxState> _mainBoxKey = new GlobalKey<_mainBoxState>();
352
-
353
351
  @override
354
352
 
355
353
  Widget build(BuildContext context) {
@@ -374,8 +372,6 @@
374
372
 
375
373
  child: Card(
376
374
 
377
- key: _mainBoxKey,
378
-
379
375
  color : _isColor ? Colors.white : Colors.white38,
380
376
 
381
377
  child: ListTile(