<itemvalue="feat: use CheckedPopupMenuItem instead of PopupMenuItem; use DefaultTextStyle to reduce duplicate code."/>
<itemvalue="ascending"/>
<itemvalue="copyable"/>
<itemvalue="Primary ScrollViews obtain their ScrollController via inheritance from a PrimaryScrollController widget. You cannot both set primary to true and pass an explicit controller."/>
@ -54,12 +55,11 @@
<itemvalue="diameter Ratio"/>
<itemvalue="squeeze"/>
<itemvalue="A default selection overlay for [CupertinoPicker]s. It draws a gray rounded rectangle to match the picker visuals introduced in iOS 14. This widget is typically only used in [CupertinoPicker.selectionOverlay]. In an iOS 14 multi-column picker, the selection overlay is a single rounded rectangle that spans the entire multi-column picker. To achieve the same effect using [CupertinoPickerDefaultSelectionOverlay], the additional margin and corner radii on the left or the right side can be disabled by turning off [capLeftEdge] and [capRightEdge], so this selection overlay visually connects with selection overlays of adjoining [CupertinoPicker]s (i.e., other "column"s). See also: [CupertinoPicker], which uses this widget as its default [CupertinoPicker.selectionOverlay]."/>
<itemvalue="Creates an iOS 14 style selection overlay that highlights the magnified area (or the currently selected item, depending on how you described it elsewhere) of a [CupertinoPicker]. The [background] argument default value is [CupertinoColors.tertiarySystemFill]. It must be non-null. The [capLeftEdge] and [capRightEdge] arguments decide whether to add a default margin and use rounded corners on the left and right side of the rectangular overlay. Default to true and must not be null."/>