RenderDoneObject constructor

RenderDoneObject(
  1. double strokeWidth,
  2. Color color,
  3. Color normalBorderColor,
  4. bool outline,
  5. ValueChanged<bool>? onChanged,
  6. bool value,
)

Implementation

RenderDoneObject(
  this.strokeWidth,
  this.color,
  this.normalBorderColor,
  this.outline,
  this.onChanged,
  this.value,
);