Nuestros mejores investigadores han agotado sus depósitos de café, investigando a tiempo completo por la resolución, hasta que Alana halló la solución en GitLab y en este momento la compartimos con nosotros.
Ejemplo: aleteo de widget de lista
ListView(
padding: const EdgeInsets.all(8),
children: <Widget>[
Container(
height: 50,
color: Colors.amber[600],
child: const Center(child: Text('Entry A')),
),
Container(
height: 50,
color: Colors.amber[500],
child: const Center(child: Text('Entry B')),
),
Container(
height: 50,
color: Colors.amber[100],
child: const Center(child: Text('Entry C')),
),
],
)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)