ExpansionTile

ExpansionTile(
backgroundColor: Colors.orangeAccent,
title: Text('hello'),
leading: Icon(Icons.widgets),
children: <Widget>[
ListTile(
title: Text('title'),
subtitle: Text('subtitle'),
),
Card(
child: Icon(Icons.security),
),
],
),

猜你喜欢

转载自www.cnblogs.com/braveheart007/p/11029035.html
今日推荐