ScatterDelegate constructor

ScatterDelegate({
  1. double? ratio,
})

Creates the delegate used by RenderScatter to place its children.

Implementation

ScatterDelegate({
  this.ratio,
});