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.
final String? Function(int, String) builder;