Gets the value of "background-repeat-x"
String get backgroundRepeatX => getPropertyValue('background-repeat-x');Sets the value of "background-repeat-x"
set backgroundRepeatX(String value) {
  setProperty('background-repeat-x', value, '');
}