Gets the value of "margin-left"
Source
String get marginLeft => getPropertyValue('margin-left');
Sets the value of "margin-left"
Source
set marginLeft(String value) {
setProperty('margin-left', value, '');
}
Gets the value of "margin-left"
String get marginLeft => getPropertyValue('margin-left');
Sets the value of "margin-left"
set marginLeft(String value) {
setProperty('margin-left', value, '');
}