info static method

void info(
  1. String tip
)

Implementation

static void info(String tip) {
  show(TipDialog(type: TipDialogType.INFO, tip: tip));
}