menu
dt
foundation.dart
Rect
area property
area
dark_mode
light_mode
area
property
int
area
The area of the rectangle.
Implementation
int get area => width * height;
dt
foundation
Rect
area property
Rect class