}
class MyApp extends StatelessWidget{
@override
Widget build(BuildContext context) {
// TODO: implement build
List list =[
new ListTile(
title: new Text(
‘北京市海淀区甘家口街道办事处’,
style: new TextStyle(
fontWeight: FontWeight.w400,fontSize: 18.0,
),),
subtitle: new Text(‘广州市福黄埔大道建中路3号’),
leading: new Icon(
Icons.fastfood,
color: Colors.orange,
),
isThreeLine: true,
enabled: true,
),
new ListTile(
title: new Text(
‘北京市海淀区甘家口街道办事处’,
style: new TextStyle(
fontWeight: FontWeight.w400,fontSize: 18.0,),),
subtitle: new Text(‘广州市福黄埔大道建中路7号’),
leading: new Icon(
Icons.airplay,
color: Colors.blue,
),
),
new ListTile(
titl