EE
Size: a a a
EE
EE
EE
GV
EE
EE
GV
TM
TM
TM
NP
ZT
D
AZ
error: Evaluation of this constant expression throws an exception. (const_eval_throws_exception at lib/main.dart:46)
children: List.generate(10, (i) {
return Container(
height: 50,
color: Colors.amber[600],
child: const Center(child: Text('Entry $i')),
);
}),
Text('Entry $i’)
EN
AZ
SS
error: Evaluation of this constant expression throws an exception. (const_eval_throws_exception at lib/main.dart:46)
children: List.generate(10, (i) {
return Container(
height: 50,
color: Colors.amber[600],
child: const Center(child: Text('Entry $i')),
);
}),
Text('Entry $i’)
AZ
M
RV