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