flexWrap property
Gets the value of "flex-wrap"
Implementation
String get flexWrap => getPropertyValue('flex-wrap');
Sets the value of "flex-wrap"
Implementation
set flexWrap(String value) {
setProperty('flex-wrap', 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 "flex-wrap"
String get flexWrap => getPropertyValue('flex-wrap');
Sets the value of "flex-wrap"
set flexWrap(String value) {
setProperty('flex-wrap', value, '');
}