wrapFlow property
Gets the value of "wrap-flow"
Implementation
String get wrapFlow => getPropertyValue('wrap-flow');
Sets the value of "wrap-flow"
Implementation
set wrapFlow(String value) {
setProperty('wrap-flow', value, '');
}
Gets the value of "wrap-flow"
String get wrapFlow => getPropertyValue('wrap-flow');
Sets the value of "wrap-flow"
set wrapFlow(String value) {
setProperty('wrap-flow', value, '');
}