VtTerminalScrollbar.fromNative constructor
- GhosttyTerminalScrollbar native
Implementation
factory VtTerminalScrollbar.fromNative(
bindings.GhosttyTerminalScrollbar native,
) {
return VtTerminalScrollbar(
total: native.total,
offset: native.offset,
length: native.len,
);
}