The length of the shape's boundary. For some more complicated shapes this can be computed approximately.
@override double get perimeter => (tau - 8) * _radius + 2 * (width + height);