// Single-line list ListView( children: [ ListTile( title: Text('Primary text'), leading: Icon(Icons.label), trailing: Text('Metadata'), ), ], )