AdjustmentOptions constructor
AdjustmentOptions({
- List<
AdjustmentTool> ? items, - bool? showResetButton,
Creates new AdjustmentOptions.
Implementation
AdjustmentOptions({
this.items,
this.showResetButton,
});