x property

Implementation

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