backgroundColor property

Color backgroundColor
final

The color to paint behind the builder.

Default:

Colors.black.withOpacity(0.2)

Implementation

final Color backgroundColor;