reverseRectAttributes method
void
reverseRectAttributes(})
Implementation
void reverseRectAttributes(
int top,
int left,
int bottom,
int right,
int attribute, {
required bool rectangular,
}) {
_applyAttributeRect(
top,
left,
bottom,
right,
(attrs) => attrs ^ _attributeMask(attribute),
rectangular: rectangular,
);
}