util/inline_tui/src/scrolling_section library

Classes

ScrollingSection
A fixed-height scrolling output region anchored at the bottom of the terminal.

Enums

RetainSection
What to do with the section body when ScrollingSection.finish is called.

Typedefs

SpinnerScheduler = void Function() Function(Duration period, void onTick())
Schedules onTick to be called every period, returning a callback that cancels the scheduled ticking.