x property

Implementation

Future<double?> get x {
  return kMethodChannel.invokeMethod('CGPoint::getX', {'__this__': this});
}