breakpointSize property

double? breakpointSize
final

The size of the breakpoint icon in the gutter. Defaults to (widget?.textStyle?.fontSize ?? 14) * 0.6.

Recommended to leave it null, because the default value is dynamic based on editor fontSize.

Implementation

final double? breakpointSize;