3 Tahap Penting dalam Alur Pembuatan Prototype
Mon, 19 Jan 2026
Follow the stories of academics and their research expeditions
ListView(
children: [
Container(
width: 300,
height: 110,
color: Colors.red,
),
Container(
width: 300,
height: 110,
color: Colors.yellow,
),
Container(
width: 300,
height: 110,
color: Colors.green,
),
Container(
width: 300,
height: 110,
color: Colors.blue,
),
],
)
Column(
children: [
Container(
width: 130,
height: 110,
color: Colors.red,
),
Container(
width: 130,
height: 110,
color: Colors.yellow,
),
Container(
width: 130,
height: 110,
color: Colors.green,
),
Container(
width: 130,
height: 110,
color: Colors.blue,
),
],
),
Leave a comment