isHollowBlock property

bool get isHollowBlock

Whether this cursor is painted as a hollow block outline.

Implementation

bool get isHollowBlock =>
    visualStyle ==
    bindings
        .GhosttyRenderStateCursorVisualStyle
        .GHOSTTY_RENDER_STATE_CURSOR_VISUAL_STYLE_BLOCK_HOLLOW;