backgroundColor property

Color? backgroundColor
final

The color to display behind the sublist when expanded.

If this property is null then EnhanceExpansionTileThemeData.backgroundColor 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? backgroundColor;