menu
liquid2d package
documentation
liquid2d.dart
Shape
getArea method
getArea method
dark_mode
light_mode
getArea
method
double
getArea
(
)
Get the calculated area of this shape.
Implementation
double getArea() => _shape.getArea();
liquid2d package
documentation
liquid2d
Shape
getArea method
Shape class