Just add , at the last and normally format the code.
ListView.builder( itemBuilder: (BuildContext context, int index) { return Text("Hello World XD"); }, // <- add this ),