GutterFunc typedef
GutterFunc =
String Function(GutterContext context)
GutterFunc can be implemented and set into ViewportModel.leftGutterFunc.
Implementation
typedef GutterFunc = String Function(GutterContext context);
GutterFunc can be implemented and set into ViewportModel.leftGutterFunc.
typedef GutterFunc = String Function(GutterContext context);