left property
The left parameter in insets.
Implementation
double get left {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Insets_getLeft(_handle, errorHandler);
});
}
Implementation
set left(double value) {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_Insets_setLeft(_handle, value, errorHandler);
});
}