menu
chrome_extension package
documentation
system_display.dart
Point
x property
x property
dark_mode
light_mode
x
property
int
get
x
The x-coordinate of the point.
Implementation
int get x => _wrapped.x;
set
x
(
int
v
)
Implementation
set x(int v) { _wrapped.x = v; }
chrome_extension package
documentation
system_display
Point
x property
Point class