Searched defs:IconRotate (Results 1 – 1 of 1) sorted by relevance
70 struct IconRotate : DataDrivenLayoutProperty<float> { struct71 static constexpr const char * key = "icon-rotate";72 static float defaultValue() { return 0; } in defaultValue()