collapsedBackgroundColor property

Color? collapsedBackgroundColor
final

When not null, defines the background color of tile when the sublist is collapsed.

If this property is null then EnhanceExpansionTileThemeData.collapsedBackgroundColor is used. If that is also null then Colors.transparent is used.

See also:

  • EnhanceExpansionTileTheme.of, which returns the nearest EnhanceExpansionTileTheme's EnhanceExpansionTileThemeData.

Implementation

final Color? collapsedBackgroundColor;