TuiRendererOptions class
Options for configuring the renderer.
Constructors
- TuiRendererOptions({int fps = 60, bool altScreen = true, bool hideCursor = true, bool ansiCompress = false})
-
const
Properties
- altScreen → bool
-
Whether to use the alternate screen buffer.
final
- ansiCompress → bool
-
Whether to compress redundant ANSI sequences.
final
- fps → int
-
Maximum frames per second for rendering.
final
- frameTime → Duration
-
The minimum time between renders.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideCursor → bool
-
Whether to hide the cursor during rendering.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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