backgroundColor property

Color? backgroundColor
final

Background color behind the children.

Defaults to null, which disables background painting entirely. (i.e. the picker is going to have a completely transparent background), to match the native UIPicker and UIDatePicker.

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;