placeRadius property

void placeRadius=(dynamic value)

Configure the stop-radius for the place algorithm

Implementation

set placeRadius(value) {
  _placeRadius = value;
}