reverseRectAttributes method
void
reverseRectAttributes()
override
Implementation
@override
void reverseRectAttributes(
int top,
int left,
int bottom,
int right,
int attribute,
) {
_buffer.reverseRectAttributes(
top,
left,
bottom,
right,
attribute,
rectangular: _attributeChangeExtentRectangular,
);
}