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