RenderViewport constructor
RenderViewport({})
Implementation
RenderViewport({
required this.controller,
required this.zoneId,
required this.width,
required this.height,
required this.showScrollbar,
required this.scrollbarSeparator,
required this.scrollbarChars,
});