backgroundColor property

Color? backgroundColor
final

展开时要显示在子列表后面的颜色。

如果此属性为 null,则使用 ExpansionTileThemeData.backgroundColor。如果这也为 null,则使用 Colors.transparent。

另请参阅:

Implementation

final Color? backgroundColor;