title function

void title(
  1. dynamic msg
)

Implementation

void title(msg) => print(green('$msg'));