We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e5ae42 + c3e9f4f commit 36157a9Copy full SHA for 36157a9
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