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