spacing property

double? spacing
final

Horizontal gap between the gutter and the code, in logical pixels. When null, defaults to two character widths of the base text style, so the gap scales with the font size.

Implementation

final double? spacing;