ViewportScrollPane constructor
ViewportScrollPane({
- required ViewportModel viewport,
- String separator = ' ',
- ScrollbarChars chars = const ScrollbarChars(),
Implementation
ViewportScrollPane({
required this.viewport,
this.separator = ' ',
this.chars = const ScrollbarChars(),
});