WrapperSessionScanViewConfigOptionDoneButton constructor

WrapperSessionScanViewConfigOptionDoneButton({
  1. String? backgroundColor,
  2. double? cornerRadius,
  3. FillType? fillType,
  4. String? fontName,
  5. int? fontSize,
  6. double? offsetX,
  7. double? offsetY,
  8. PositionXAlignment? positionXAlignment,
  9. PositionYAlignment? positionYAlignment,
  10. String? textColor,
  11. String? textColorHighlighted,
  12. String? title,
})

Implementation

WrapperSessionScanViewConfigOptionDoneButton({
  this.backgroundColor,
  this.cornerRadius,
  this.fillType,
  this.fontName,
  this.fontSize,
  this.offsetX,
  this.offsetY,
  this.positionXAlignment,
  this.positionYAlignment,
  this.textColor,
  this.textColorHighlighted,
  this.title,
});