modify method

String modify(
  1. String s
)

Styles s as a modified item.

Implementation

String modify(String s) => _pc.yellow(s);