area property

  1. @override
double get area
override

Area of this shape.

Implementation

@override
double get area => width * height;