isBar property

bool get isBar

Whether this cursor is painted as a vertical bar.

Implementation

bool get isBar =>
    visualStyle ==
    bindings
        .GhosttyRenderStateCursorVisualStyle
        .GHOSTTY_RENDER_STATE_CURSOR_VISUAL_STYLE_BAR;