flutter listtile shape
ListTile(
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(20.0)),
selected: true,
selectedTileColor: Colors.grey[300],
leading: FlutterLogo(),
title: Text('ListTile'),
),