raw function

Component raw(
  1. String text
)

Utility method to create a RawText component.

Implementation

Component raw(String text) {
  return RawText(text);
}