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