public property trailingText as String = ""
Optional muted text painted immediately before the status indicator.
This is suitable for compact secondary information such as a duration, item count or synchronization timestamp.
node = TreeNode("StringTest")
node.trailingText = "12.4 ms"
node.statusColor = Color.parse("#22C55E")