selectionOverlay property

Widget? selectionOverlay
getter/setter pair

A widget overlaid on the picker to highlight the currently selected entry. The selectionOverlay widget drawn above the CupertinoPicker's picker wheel.

Implementation

Widget? selectionOverlay;