We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65e4dba + 36157a9 commit 68c76beCopy full SHA for 68c76be
1 file changed
stub/src/main/java/com/omega_r/libs/omegatypes/Text.kt
@@ -11,6 +11,9 @@ open class Text : Serializable, Textable {
11
@JvmOverloads
12
fun from(string: String, textStyle: TextStyle? = null): Text = throw Exception()
13
14
+ @JvmStatic
15
+ fun empty(): Text = throw Exception()
16
+
17
}
18
19
interface StringHolder {
0 commit comments