Sets a float value for key.
key
void setFloat(String key, double value) { _addAttribute(key, 'float', value); }