add method

String add(
  1. String s
)

Styles s as an added item.

Implementation

String add(String s) => _pc.green(s);