leftGutterFunc property

GutterFunc? leftGutterFunc
final

A function that returns the gutter for a given line index. If provided, gutter is ignored for rendering but still used for width calculations.

Implementation

final GutterFunc? leftGutterFunc;