x property

Future<int?> x

Implementation

Future<int?> get x {
  return kMethodChannel
      .invokeMethod('android.graphics.Point::getX', {'__this__': this});
}