right property

double right

The right parameter in insets.

Implementation

double get right {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Insets_getRight(_handle, errorHandler);
  });
}
void right=(double value)

Implementation

set right(double value) {
  _withThrowingErrorHandler((errorHandler) {
    runtimecore.RT_Insets_setRight(_handle, value, errorHandler);
  });
}