WrapperSessionScanViewConfigOptionSegmentConfig constructor

WrapperSessionScanViewConfigOptionSegmentConfig({
  1. double? offsetX,
  2. double? offsetY,
  3. String? tintColor,
  4. int? titleIndex,
  5. List<String>? titles,
  6. List<String>? viewConfigs,
})

Implementation

WrapperSessionScanViewConfigOptionSegmentConfig({
  this.offsetX,
  this.offsetY,
  this.tintColor,
  this.titleIndex,
  this.titles,
  this.viewConfigs,
});