menu
dt
foundation.dart
Rect
isEmpty property
isEmpty
dark_mode
light_mode
isEmpty
property
bool
isEmpty
Whether the rectangle is empty (has no area).
Implementation
bool get isEmpty => area == 0;
dt
foundation
Rect
isEmpty property
Rect class