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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}