📅  最后修改于: 2022-03-11 14:48:05.887000             🧑  作者: Mango
ListTile(
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(20.0)),
selected: true,
selectedTileColor: Colors.grey[300],
leading: FlutterLogo(),
title: Text('ListTile'),
),