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