write abstract method

void write(
  1. String content, {
  2. FrameArea? target,
  3. bool wrap = true,
})

Writes plain or ANSI-styled content into a positioned region.

The region is clipped to area. When target is omitted, content is written into the complete frame.

Implementation

void write(String content, {FrameArea? target, bool wrap = true});