Searched defs:ToastInfo (Results 1 – 2 of 2) sorted by relevance
31 struct ToastInfo { struct32 std::string message;33 int32_t duration = 0;34 std::string bottom;35 bool isRightToLeft = false;37 int32_t alignment = 0;39 std::optional<Color> backgroundColor;40 std::optional<Color> textColor;42 std::optional<Shadow> shadow;43 bool isTypeStyleShadow = true;[all …]
44 struct ToastInfo { struct45 int32_t toastId = -1;46 RefPtr<Element> child;