CupertinoOptions constructor

const CupertinoOptions({
  1. String? backgroundColor,
  2. String? selectionFillColor,
  3. String? selectionShadowColor,
  4. String? selectionStrokeColor,
  5. String? selectionTextColor,
  6. String? selectionCharacter,
  7. String? takePhotoIcon,
  8. bool? autoCloseOnSelectionLimit,
})

Implementation

const CupertinoOptions({
  this.backgroundColor,
  this.selectionFillColor,
  this.selectionShadowColor,
  this.selectionStrokeColor,
  this.selectionTextColor,
  this.selectionCharacter,
  this.takePhotoIcon,
  this.autoCloseOnSelectionLimit,
});