showText static method

bool showText(
  1. String text
)

Implementation

static bool showText(String text) {
  return show(widget: Text(text));
}