ViewerController constructor
Creates a ViewerController with default settings.
The initial state is page 0, ZoomMode.fitPage, annotations enabled, and no active search matches.
Implementation
ViewerController()
: _currentPage = 0,
_zoomMode = ZoomMode.fitPage,
_zoomFactor = 1.0,
_renderAnnotations = true,
_activeSearchMatches = const [];