changeRectAttributes method

  1. @override
void changeRectAttributes(
  1. int top,
  2. int left,
  3. int bottom,
  4. int right,
  5. int attribute,
)
override

Implementation

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