Searched defs:TextInputConfiguration (Results 1 – 1 of 1) sorted by relevance
26 struct TextInputConfiguration { struct30 TextInputType type = TextInputType::TEXT;32 bool obscureText = false;34 std::string actionLabel;35 TextInputAction action = TextInputAction::UNSPECIFIED;38 bool autoCorrect = false;39 std::string capitalization;40 std::string keyboardAppearance;