left property

Future<double?> left

Implementation

Future<double?> get left {
  return kMethodChannel
      .invokeMethod('UIEdgeInsets::getLeft', {'__this__': this});
}