minLogicalWidth property
Gets the value of "min-logical-width"
Implementation
String get minLogicalWidth => getPropertyValue('min-logical-width');
Sets the value of "min-logical-width"
Implementation
set minLogicalWidth(String value) {
setProperty('min-logical-width', value, '');
}