Improve ExpansionTile docs (#11034)

This commit is contained in:
Collin Jackson 2017-07-04 18:37:14 -07:00 committed by GitHub
parent 5f20f83415
commit 1b20dbc6dd

View File

@ -18,8 +18,9 @@ const Duration _kExpand = const Duration(milliseconds: 200);
///
/// This widget is typically used with [ListView] to create an
/// "expand / collapse" list entry. When used with scrolling widgets like
/// [ListView], a unique [key] must be specified to enable the [ExpansionTile] to
/// save and restore its expanded state when it is scrolled in and out of view.
/// [ListView], a unique [PageStorageKey] must be specified to enable the
/// [ExpansionTile] to save and restore its expanded state when it is scrolled
/// in and out of view.
///
/// See also:
///