package
0.20.0
Repository: https://github.com/mum4k/termdash.git
Documentation: pkg.go.dev

# Functions

Draw draws the content that would be expected after placing the Mirror widget onto the provided canvas and forwarding the given events.
DrawWithMirror is like Draw, but uses the provided Mirror instead of creating one.
MustDraw is like Draw, but panics on all errors.
MustDrawWithMirror is like DrawWithMirror, but panics on all errors.
New returns a new fake widget.

# Variables

MinimumSize is the minimum size required to draw this widget.

# Structs

Event is an event that should be delivered to the fake widget.
Mirror is a fake widget.