currentBuffer property

  1. @override
Buffer? get currentBuffer
override

Exposes the current buffer containing the rendered output.

Implementation

@override
/// Exposes the current buffer containing the rendered output.
Buffer? get currentBuffer => _currentBuffer;