snakeLength property

double snakeLength
final

The length of the line segment as a fraction of the total perimeter (0.0-1.0).

For example, 0.25 means the line occupies 25% of the square's perimeter. Defaults to 0.25 (one quarter of the perimeter).

Implementation

final double snakeLength;