horizontalLineQuadrupleDashBold top-level property

String horizontalLineQuadrupleDashBold

A bold dashed horizontal line that can be used to draw a box.

If glyph.ascii is false, this is "┉". If it's true, this is "-" instead.

Implementation

String get horizontalLineQuadrupleDashBold =>
    glyph.glyphs.horizontalLineQuadrupleDashBold;