CupertinoPickerSelectionOverlay constructor
const
CupertinoPickerSelectionOverlay({
- Key? key,
- Color background = CupertinoColors.tertiarySystemFill,
- EdgeInsetsGeometry margin = const EdgeInsets.all(0),
- BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.zero),
- BoxBorder? border,
Implementation
const CupertinoPickerSelectionOverlay({
super.key,
this.background = CupertinoColors.tertiarySystemFill,
this.margin = const EdgeInsets.all(0),
this.borderRadius = const BorderRadius.all(Radius.zero),
this.border
});