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