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