Footer class final
Splits a buffer into two parts: main content and a fixed-height footer.
The footer is drawn at the bottom of the buffer.
Constructors
-
Creates a new footer widget.
const
Properties
Methods
-
draw(
Buffer buffer) → void -
Draws the widget on the
buffer
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited