right property

Future<double?> right

Implementation

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