获取 "right" 的值
String get right => getPropertyValue('right');
设置 "right" 的值
set right(String value) { setProperty('right', value, ''); }