static bool isValidFlexWrapValue(String val) { return val == 'wrap' || val == 'nowrap' || val == 'wrap-reverse'; }