background property

Color background
final

The color to fill in the background of the CupertinoPickerDefaultSelectionOverlay. It Support for use CupertinoDynamicColor.

Typically this should not be set to a fully opaque color, as the currently selected item of the underlying CupertinoPicker should remain visible. Defaults to CupertinoColors.tertiarySystemFill.

Implementation

final Color background;