kListTileExtent top-level property

Map<MaterialListType, double> kListTileExtent
read / write

This constant is deprecated. The ListTile class sizes itself based on its content and ListTileTheme.

Implementation

Map<MaterialListType, double> kListTileExtent = const <MaterialListType, double>{
  MaterialListType.oneLine: 48.0,
  MaterialListType.oneLineWithAvatar: 56.0,
  MaterialListType.twoLine: 72.0,
  MaterialListType.threeLine: 88.0,
}