Dart
dart:svg
Point
x property
x
Dart
dart:svg
Point
x property
Point class
Properties
hashCode
runtimeType
x
y
Methods
matrixTransform
noSuchMethod
toString
Operators
operator ==
description
x
property
Null safety
num
?
x
Implementation
num? get x native;
void
x=
(
num
?
value
)
Implementation
set x(num? value) native;