static bool isValidFlexDirectionValue(String val) { return val == 'row' || val == 'row-reverse' || val == 'column' || val == 'column-reverse'; }