smoothness property Null safety

double smoothness
read / write

Update the edge smoothness value, the higher the value, the smoother the edge, but more resources and time are needed for rendering.

  • Range: 0, 100
  • Default value: 67

Implementation

double smoothness = 67;