wrapThrough 属性

字符串 wrapThrough

获取 "wrap-through" 的值

实现

String get wrapThrough => getPropertyValue('wrap-through');
void wrapThrough=(字符串 value)

设置 "wrap-through" 的值

实现

set wrapThrough(String value) {
  setProperty('wrap-through', value, '');
}