builder property

String? Function(int, String) builder
final

Builder that builds the custom gutter content. Takes the int lineNumber and String lineText parameters and returns the custom string content for the corresponding line.

Implementation

final String? Function(int, String) builder;