write abstract method
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});