dialog static method

String dialog(
  1. String title
)

Implementation

static String dialog(String title) => '$title dialog';