using Gtk 4.0; using Adw 1; BuilderListItemFactory { template ListItem { child: Adw.Bin { Label label {} }; } } Label label {}