backgroundColor property

Color backgroundColor
final

Background color behind the children.

Defaults to a gray color in the iOS color palette.

This can be set to null to disable the background painting entirely; this is mildly more efficient than using Colors.transparent.

Any alpha value less 255 (fully opaque) will cause the removal of the wheel list edge fade gradient from rendering of the widget.

Implementation

final Color backgroundColor