Synchronizes terminal size, calls render, and flushes the frame.
render
This is the main entry point for drawing to the terminal.
Future<void> draw(void Function(Frame) render);