WrapperSessionScanViewConfigOptionLabel constructor

WrapperSessionScanViewConfigOptionLabel({
  1. String? color,
  2. double? offsetX,
  3. double? offsetY,
  4. int? size,
  5. String? text,
})

Implementation

WrapperSessionScanViewConfigOptionLabel({
    this.color,
    this.offsetX,
    this.offsetY,
    this.size,
    this.text,
});