isUnderline property

bool get isUnderline

Whether this cursor is painted as an underline.

Implementation

bool get isUnderline =>
    visualStyle ==
    bindings
        .GhosttyRenderStateCursorVisualStyle
        .GHOSTTY_RENDER_STATE_CURSOR_VISUAL_STYLE_UNDERLINE;