String backgroundRepeatX

Gets the value of "background-repeat-x"

Source

String get backgroundRepeatX => getPropertyValue('background-repeat-x');
void backgroundRepeatX=(String value)

Sets the value of "background-repeat-x"

Source

set backgroundRepeatX(String value) {
  setProperty('background-repeat-x', value, '');
}