backgroundColor property

Color? backgroundColor
final

Background Color of the wrapper

Useful when child is ListTile which does not have any inherent background color

When not given then defaulted to the ColorScheme.surface

Implementation

final Color? backgroundColor;