Searched defs:TextField (Results 1 – 1 of 1) sorted by relevance
110 struct TextField : DataDrivenLayoutProperty<std::string> { struct111 static constexpr const char * key = "text-field";112 static std::string defaultValue() { return ""; } in defaultValue()