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, '');
}
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, '');
}