ViewportScrollPane constructor

ViewportScrollPane({
  1. required ViewportModel viewport,
  2. String separator = ' ',
  3. ScrollbarChars chars = const ScrollbarChars(),
})

Implementation

ViewportScrollPane({
  required this.viewport,
  this.separator = ' ',
  this.chars = const ScrollbarChars(),
});