menu
dt
foundation.dart
Rect
left property
left
dark_mode
light_mode
left
property
int
left
The left edge of this rectangle on the x-axis.
Implementation
int get left => x;
dt
foundation
Rect
left property
Rect class