area property

  1. @override
double area
override

Gets the area of the geometry.

This should be implemented by subclasses to compute the correct area.

Implementation

@override
double get area => 0.0;