styled method

String styled(
  1. String code
)

Opens with a code this extension has no name for, for anything hand-rolled out of CSI and SGR.

'sideways'.styled('${CSI}73$SGR');

Implementation

String styled(String code) => _wrap(code);