right property
The right parameter in insets.
Implementation
double get right {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Insets_getRight(_handle, errorHandler);
});
}
Implementation
set right(double value) {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_Insets_setRight(_handle, value, errorHandler);
});
}