ListTile( minVerticalPadding: 4.0, leading: FlutterLogo(), title: Text('ListTile'), tileColor: Colors.blue[100], subtitle: Text('SubTitle'), ),