text static method

MemoText text(
  1. String text
)

Creates MemoText instance.

Implementation

static MemoText text(String text) {
  return MemoText(text);
}