AdjustmentOptions constructor

AdjustmentOptions({
  1. List<AdjustmentTool>? items,
  2. bool? showResetButton,
})

Creates new AdjustmentOptions.

Implementation

AdjustmentOptions({
  this.items,
  this.showResetButton,
});