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