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.

Inheritance

Constructors

Creates a new footer widget.
const

Properties

The footer content of the buffer.
final
hashCode int
The hash code for this object.
no setterinherited
height int
The height of the footer.
final
main Widget
The main content of the buffer.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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